]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 1 Oct 2012 19:19:24 +0000 (15:19 -0400)
commit34f5c932d239245395c5cff7dfc8a0a4a8067f58
tree2ba551696f9ce4852254d2f323a7d09a35475782
parent6d7f864aac3fcebf2ac93eb420f437dbf9df870d
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