From: NeilBrown Date: Mon, 31 Jan 2011 03:30:27 +0000 (+1100) Subject: md: don't clear curr_resync_completed at end of resync. X-Git-Tag: v2.6.38-rc5~55^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7281f8129c362436237b82c8c026494dd36479dc;p=pandora-kernel.git md: don't clear curr_resync_completed at end of resync. There is no need to set this to zero at this point. It will be set to zero by remove_and_add_spares or at the start of md_do_sync at the latest. And setting it to zero before MD_RECOVERY_RUNNING is cleared can make a 'zero' appear briefly in the 'sync_completed' sysfs attribute just as resync is finishing. So simply remove this setting to zero. Signed-off-by: NeilBrown --- Reading git-diff-tree failed