From: NeilBrown Date: Tue, 7 Feb 2012 01:01:51 +0000 (+1100) Subject: md: two small fixes to handling interrupt resync. X-Git-Tag: v3.3-rc3~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db91ff55bdf06736b849afc1b1fce5763bbb8d5d;p=pandora-kernel.git md: two small fixes to handling interrupt resync. 1/ If a resync is aborted we should record how far we got (recovery_cp) the last request that we know has completed (->curr_resync_completed) rather than the last request that was submitted (->curr_resync). 2/ When a resync aborts we still want to update the metadata with any changes, so set MD_CHANGE_DEVS even if we 'skip'. Signed-off-by: NeilBrown --- Reading git-diff-tree failed