]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Fix restarting of a reshaping array.
authorNeil Brown <neilb@suse.de>
Tue, 16 Oct 2007 03:52:35 +0000 (13:52 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 16 Oct 2007 03:52:35 +0000 (13:52 +1000)
commit6e9eac4f089a44e9091967a3e6198aeae7e845a3
tree3c7f9118e6ef2e044ac7e28608375e9045f154eb
parentcc4c7f14b1d53849c4d6f18a1a92f212bdbc68c2
Fix restarting of a reshaping array.

The last release broke the ability to assemble an array that
was in the middle of a reshape.
This patch adds code to test if the critical section needs
to be restored or not so that - if we have failed to restore it,
we know whether to fail or not.
Grow.c