From: NeilBrown Date: Wed, 30 Dec 2009 04:19:08 +0000 (+1100) Subject: md: remove unnecessary code from do_md_run X-Git-Tag: v2.6.33-rc3~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb9dadc91948ddd16d1d32e414b5e71ec63b97b;p=pandora-kernel.git md: remove unnecessary code from do_md_run Since commit dfc7064500061677720fa26352963c772d3ebe6b, ->hot_remove_disks has not removed non-failed devices from an array until recovery is no longer possible. So the code in do_md_run to get around the fact that md_check_recovery (which calls ->hot_remove_disks) would remove partially-in-sync devices is no longer needed. So remove it. Signed-off-by: NeilBrown --- Reading git-diff-tree failed