Btrfs: clean up for find_first_extent_bit()
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Thu, 14 Jul 2011 03:19:45 +0000 (03:19 +0000)
committerChris Mason <chris.mason@oracle.com>
Mon, 1 Aug 2011 18:32:39 +0000 (14:32 -0400)
commit69261c4b6a394ead1b5ca2966c908469355eb603
tree3bd8ae6f65473887bc3aab381eea38bfb6b6e8ca
parentded91f0814a349e36b3ca0eff497f816ad518fba
Btrfs: clean up for find_first_extent_bit()

find_first_extent_bit() and find_first_extent_bit_state() share
most of the code, and we can just make the former call the latter.

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_io.c