md: Don't allow slot_store while resync/recovery is happening.
authorNeilBrown <neilb@suse.de>
Wed, 2 Feb 2011 00:57:13 +0000 (11:57 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 2 Feb 2011 00:57:13 +0000 (11:57 +1100)
commitc6751b2bde477f56ceef67aa1d298ce44e8e2e23
tree59916ec74802396ec4b3f871d27232550848bc8c
parent7281f8129c362436237b82c8c026494dd36479dc
md: Don't allow slot_store while resync/recovery is happening.

Activating a spare in an array while resync/recovery is already
happening can lead the that spare being marked in-sync when it isn't
really.
So don't allow the 'slot' to be set (this activating the device)
while resync/recovery is happening.

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