Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md: remove unnecessary code from do_md_run
Since commit dfc7064, ->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 <neilb@suse.de>
- Loading branch information