]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Avoid double-unfreeze of arrays during grow.
authorNeilBrown <neilb@suse.de>
Tue, 11 Jan 2011 03:41:47 +0000 (14:41 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 11 Jan 2011 03:41:47 +0000 (14:41 +1100)
commitf94eedafc1ebdb463bef972d325ab6d20a531283
tree7588b7533ce184aaa0777bf4aa1819c2567d54d8
parent4a8703648aaf40a53f73298bd1351ea92682ee52
Avoid double-unfreeze of arrays  during grow.

Once we have called reshape_container or reshape_super we have handed
on the responsibility for unfreezing the array, so Grow_reshape
shouldn't call unfreeze.

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