]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow_restart to handle reducing number of devices in an array.
authorNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 06:43:51 +0000 (17:43 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 06:43:51 +0000 (17:43 +1100)
commit82f2d6abf0c1614cf96ff3666e42daf71695afbf
tree92a4894bd65c96e9f9055db89f8cc9021e6fcf95
parenteba7152931708db1d3049030e0a1ffa4ed174373
Grow_restart to handle reducing number of devices in an array.

FIXME this is wrong . what direction does reshape_position move?

If the device count in an array is shrinking, the critical
region is different so the tests need to be different when
restarting.

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