Btrfs: retrurn void from clear_state_bit
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 12 Mar 2012 08:39:28 +0000 (16:39 +0800)
committerDavid Sterba <dsterba@suse.cz>
Wed, 18 Apr 2012 17:22:16 +0000 (19:22 +0200)
Currently it returns a set of bits that were cleared, but this return
value is not used at all.

Moreover it doesn't seem to be useful, because we may clear the bits
of a few extent_states, but only the cleared bits of last one is
returned.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
fs/btrfs/extent_io.c

Simple merge