]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow: allow --grow --continue to work for native metadata.
authorNeilBrown <neilb@suse.de>
Tue, 9 Oct 2012 02:54:59 +0000 (13:54 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 9 Oct 2012 02:54:59 +0000 (13:54 +1100)
commite0ab37a3aedc285525cc8fdf14a64c4d586cf106
tree2b4b7658bfe0039b91d926ad38c9d2744d55794c
parentfffaf1ff484c54defd79d608adab6ec615c6e3b7
Grow: allow --grow --continue to work for native metadata.

As it was the code would crash due to "mdstat" being NULL.
Code is now more sane, but hasn't been tested on an array that
needs to grow.

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