[patch 17/35] btrfs: split extent_state ops

2012-03-21 Thread Jeff Mahoney
set_extent_bit can do exclusive locking but only when called by lock_extent*, Drop the exclusive bits argument except when called by lock_extent. Signed-off-by: Jeff Mahoney je...@suse.com --- fs/btrfs/extent_io.c | 36 +++- fs/btrfs/extent_io.h |2 +-

Re: [patch 17/35] btrfs: split extent_state ops

2012-03-21 Thread Liu Bo
On 03/22/2012 09:11 AM, Jeff Mahoney wrote: set_extent_bit can do exclusive locking but only when called by lock_extent*, Drop the exclusive bits argument except when called by lock_extent. Hi Jeff, I have to say this is not a good cleanup, any benefits? thanks, liubo Signed-off-by: