]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Incr: fix up return value in try_spare
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:06 +0000 (20:58 +1100)
commitaaccda440691a5f9d5c986a90333a218db1f8a6c
tree79a7d50f61c7447de346152c0892cca88092c6be
parent52e965c2969723c80fd50d393a7e15658bc217c9
Incr: fix up return value in try_spare

We only want to try partition_try_spare if array_try_spare failed.
If it succeeded, there is nothing more to try.

Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c