From: NeilBrown Date: Tue, 22 May 2012 03:55:13 +0000 (+1000) Subject: md/bitmap: remove bitmap_mask_state X-Git-Tag: v3.5-rc1~110^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbb79df6731bb1e99c15f5a519a864d488f4808;p=pandora-kernel.git md/bitmap: remove bitmap_mask_state This function isn't really needed. It sets or clears a flag in both bitmap->flags and sb->state. However both times it is called, bitmap_update_sb is called soon afterwards which copies bitmap->flags to sb->state. So just make changes to bitmap->flags, and open-code those rather than hiding in a function. Signed-off-by: NeilBrown --- Reading git-diff-tree failed