]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: using for_each_set_bit_from to simplify the code
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 14 Sep 2012 02:29:02 +0000 (20:29 -0600)
committerChris Mason <chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:39:55 +0000 (09:39 -0400)
commitd10e83392e44007310ab3e52b5981d3c4037b1bd
treec3477a839310b70548d63277e630e057b1e4a704
parent5dd6c2d2e0690377726ef306384f79c32b4808d8
Btrfs: using for_each_set_bit_from to simplify the code

Using for_each_set_bit_from() to simplify the code.

spatch with a semantic match is used to found this.
(http://coccinelle.lip6.fr/)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
fs/btrfs/free-space-cache.c