Btrfs: using for_each_set_bit_from to simplify the code
authorWei Yongjun <[email protected]>
Fri, 14 Sep 2012 02:29:02 +0000 (20:29 -0600)
committerChris Mason <[email protected]>
Thu, 4 Oct 2012 13:39:55 +0000 (09:39 -0400)
commitebb3dad4353b94c12a5cffab4397727c19f088e5
treec3477a839310b70548d63277e630e057b1e4a704
parent1bcea35597693b3ac1ec1b311cfd42d52972a710
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 <[email protected]>
fs/btrfs/free-space-cache.c