Re: [patch 2/2] fs: buffer trylock rename

2007-11-10 Thread Peter Zijlstra
On Sat, 2007-11-10 at 06:15 +0100, Nick Piggin wrote: > fs: rename buffer trylock > > Converting the buffer lock to new bitops also requires name change, so convert > the raw test_and_set bitop to a trylock. > > Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> Looks simple enough, I'll look into

[patch 2/2] fs: buffer trylock rename

2007-11-09 Thread Nick Piggin
fs: rename buffer trylock Converting the buffer lock to new bitops also requires name change, so convert the raw test_and_set bitop to a trylock. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> --- fs/buffer.c |4 ++-- fs/jbd/commit.c |2 +- fs/jbd2/commit.c