From: NeilBrown Date: Tue, 22 May 2012 03:55:14 +0000 (+1000) Subject: md/bitmap: remove single-bit manipulation on sb->state X-Git-Tag: v3.5-rc1~110^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e923453e19d6427c6aa884d9561f01e1425d09;p=pandora-kernel.git md/bitmap: remove single-bit manipulation on sb->state Just do single-bit manipulations on bitmap->flags and copy whole value between that and sb->state. This will allow next patch which changes how bit manipulations are performed on bitmap->flags. This does result in BITMAP_STALE not being set in sb by bitmap_read_sb, however as the setting is determined by other information in the 'sb' we do not lose information this way. Normally, bitmap_load will be called shortly which will clear BITMAP_STALE anyway. Signed-off-by: NeilBrown --- Reading git-diff-tree failed