From: NeilBrown Date: Thu, 17 Jun 2010 07:25:21 +0000 (+1000) Subject: md/raid5: Allow recovered part of partially recovered devices to be in-sync X-Git-Tag: v2.6.35-rc4~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415e72d034c50520ddb7ff79e7d1792c1306f0c9;p=pandora-kernel.git md/raid5: Allow recovered part of partially recovered devices to be in-sync During a recovery of reshape the early part of some devices might be in-sync while the later parts are not. We we know we are looking at an early part it is good to treat that part as in-sync for stripe calculations. This is particularly important for a reshape which suffers device failure. Treating the data as in-sync can mean the difference between data-safety and data-loss. Signed-off-by: NeilBrown --- Reading git-diff-tree failed