md: range check slot number when manually adding a spare.
authorNeilBrown <neilb@suse.de>
Thu, 13 Jan 2011 22:14:34 +0000 (09:14 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 13 Jan 2011 22:14:34 +0000 (09:14 +1100)
commitba1b41b6b4e30cb66ae2775faadea05cae3ce61c
tree02da80f72095418dd1a08661f59c24607029a8e7
parent1a940fcee31ec6c18c2f24dbdad31d54e4c35048
md: range check slot number when manually adding a spare.

When adding a spare to an active array, we should check the slot
number, but allow it to be larger than raid_disks if a reshape
is being prepared.

Apply the same test when adding a device to an
array-under-construction.  It already had most of the test in place,
but not quite all.

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