]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Continue reshape after assembling array
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 2 Mar 2011 01:28:15 +0000 (12:28 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 2 Mar 2011 01:28:15 +0000 (12:28 +1100)
commit588bebfcc20d750b1d28f32888292e9605239434
tree778451c676fadbc2c330088b1086de967e932aff
parent2a093697741d11de7f48356d4da6a5bc4f7153af
Continue reshape after assembling array

assemble_container_content() cannot close mdfd handle, as it could be
required by reshape continuation.
mdfd handle is closed outside this function, when it is not longer
necessary.
Call to Grow_continue is added for reshape continuation after
assembly.

In the nearest future, simple condition:
    if (content->reshape_active)
before Grow_continue() call will be replaced by check function
for support container operation /reshape/.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Incremental.c