]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md: use common code for all calls to ->hot_remove_disk()
authorNeilBrown <neilb@suse.de>
Thu, 28 Feb 2013 04:59:40 +0000 (15:59 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 27 Mar 2013 06:14:26 +0000 (17:14 +1100)
commitb8604d928aa525a51a348a776abdc2f8fd215b38
tree6eb1fe013a8853ce88db164a91b027493233b87d
parentfe8f00721586d7b862d8344367a2d1a5c35705f1
md: use common code for all calls to ->hot_remove_disk()

slot_store and remove_and_add_spares both call ->hot_remove_disk(),
but with slightly different tests and consequences, which is
at least untidy and might be buggy.

So modify remove_and_add_spaces() so that it can be asked
to remove a specific device, and call it from slot_store().

We also clear the Blocked flag to ensure that doesn't prevent
removal.  The purpose of Blocked is to prevent automatic removal
by the kernel before an error is acknowledged.
If the array is read/write then user-space would have not reason
to remove a device unless it was known to be 'spare' or 'faulty' in
which it would have already cleared the Blocked flag.
If the array is read-only, the flag might still be blocked, but
there is no harm in clearing the flag for read-only arrays.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c