md: don't abort checking spares as soon as one cannot be added.
authorNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 00:57:43 +0000 (11:57 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 00:57:43 +0000 (11:57 +1100)
commit50da08409654e036c4c964a473567a61a654cb83
tree18a4c5edf23ec5aaf8872d9639970a99c7f16d8e
parent469518a3455c79619e9231aeffeffa2e2989f738
md: don't abort checking spares as soon as one cannot be added.

As spares can be added manually before a reshape starts, we need to
find them all to mark some of them as in_sync.

Previously we would abort looking for spares when we found an
unallocated spare what could not be added to the array (implying there
was no room for new spares).  However already-added spares could be
later in the list, so we need to keep searching.

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