md: support re-add of recovering devices.
authorNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 05:59:06 +0000 (15:59 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 05:59:06 +0000 (15:59 +1000)
commitf456309106e9657645c81bce1a6bb3230393564e
tree0c24dc48b58913930702db35a0bef7d303dd1849
parent32644afd8975d19174bcb9ba34687c32dd810a09
md: support re-add of recovering devices.

We currently only allow a device to be re-added if it appear to be
in-sync.  This is overly restrictive as it may be desirable to re-add
a device that is in the middle of recovery.

So remove the test for "InSync" - the test on rdev->raid_disk is
sufficient to ensure that the re-add will succeed.

Reported-by: Alexander Lyakas <alex.bolshoy@gmail.com>
Tested-by: Alexander Lyakas <alex.bolshoy@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c