From: NeilBrown Date: Mon, 5 Mar 2012 06:48:12 +0000 (+1100) Subject: md/raid10: fix assembling of arrays with replacement devices. X-Git-Tag: v3.3-rc7~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a90484825680e7831856105f5fef654e6c02701;p=pandora-kernel.git md/raid10: fix assembling of arrays with replacement devices. commit 56a2559bb654a (md/raid10: recognise replacements ...) changed 'run' to set ->replacement or ->rdev depending on the 'Replacement' status if the device, but it didn't remove the old unconditional setting of 'rdev'. So it was largely ineffective. So remove that now. Signed-off-by: NeilBrown --- Reading git-diff-tree failed