]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: ignore error from final wait_backup
authorNeilBrown <neilb@suse.de>
Mon, 12 Oct 2009 05:55:19 +0000 (16:55 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 12 Oct 2009 05:55:19 +0000 (16:55 +1100)
commit725cac4c569c645415fd78f08fe39a8afdffec1e
tree1857500bc2a85ef31ab27d8c8cffd6b730aa992c
parent5fdf37e35783a00ded31a7287785451134c9ca26
Grow: ignore error from final wait_backup

The last time wait_backup is called, it might see reshape
finish and so return an error indicator.
But this is not an error, and we must go ahead and prepare
the array for full access.

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