From: Jonathan Brassow Date: Tue, 22 May 2012 03:55:31 +0000 (+1000) Subject: MD RAID1: Further conditionalize 'fullsync' X-Git-Tag: v3.5-rc1~110^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0a5e012cf41321d611e7cad63e1017d143d138;p=pandora-kernel.git MD RAID1: Further conditionalize 'fullsync' A RAID1 device does not necessarily need a fullsync if the bitmap can be used instead. Similar to commit d6b212f4b19da5301e6b6eca562e5c7a2a6e8c8d in raid5.c, if a raid1 device can be brought back (i.e. from a transient failure) it shouldn't need a complete resync. Provided the bitmap is not to old, it will have recorded the areas of the disk that need recovery. Signed-off-by: Jonathan Brassow Signed-off-by: NeilBrown --- Reading git-diff-tree failed