From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 29 Apr 2005 15:24:32 +0000 Subject: Re: write_unlock: replace clear_bit with byte store Message-Id: <17010.20912.619210.652545@napali.hpl.hp.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 29 Apr 2005 08:20:25 -0700 (PDT), Christoph Lameter said: Christoph> On Fri, 29 Apr 2005, David Mosberger wrote: Christoph> y is defined in its own block. >> Ummh, macros 101: think about what happens for _raw_write_unlock(y)... Christoph> Not if its defined in an inline function. I thought it was declared inside a macro. Never mind. --david