]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: call start/abort_reshape as appropriate when reshaping a container.
authorNeilBrown <neilb@suse.de>
Wed, 15 Dec 2010 22:07:52 +0000 (09:07 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 15 Dec 2010 22:07:52 +0000 (09:07 +1100)
commit4347544720e154698dac981292be4d9fea4148ee
tree20c6458e3a4cf2578b757cbb460705227104651f
parentd18bfbe3d0343ac735a4f35c122de7c48a2915ac
Grow: call start/abort_reshape as appropriate when reshaping a container.

This means that ->manage_reshape will be called with reshape ready to
roll.

Also move the current start_reshape call earlier so that it is before
the other ->manage_reshape call.

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