]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow: analyse_change needs to set new_size even if nothing much is happening.
authorNeilBrown <neilb@suse.de>
Mon, 24 Jun 2013 03:06:32 +0000 (13:06 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 24 Jun 2013 03:06:32 +0000 (13:06 +1000)
commitddbf2ebb0ee576be3be4a879a4c996d38af9cd73
tree670993f56a2b83dc50c0e075cb36e92c66522a4e
parentb397d7f3e08bdebcfce11ae9e281f93c5c4b9761
Grow: analyse_change needs to set new_size even if nothing much is happening.

This means it will be set for a "--data-offset" only reshape so that
case doesn't complain that the array is getting smaller.

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