]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitedb0bbb89192367d8e81b76c1f130f35c46cbb2a
tree3bd8ae6f65473887bc3aab381eea38bfb6b6e8ca
parent1c77788b78a4de3271fe2b9df9dd1225d805b11a
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