]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: fix two problems with new_data_offset
authorNeilBrown <neilb@suse.de>
Mon, 24 Jun 2013 03:04:38 +0000 (13:04 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 24 Jun 2013 03:04:38 +0000 (13:04 +1000)
commitb397d7f3e08bdebcfce11ae9e281f93c5c4b9761
treed573469e5e6d6803ee46393efd65cda085f1f950
parenta6a78630acd3772b493c042c71fc8c22799fab4d
Grow: fix two problems with new_data_offset

1/ ignore failed devices - obviously
2/ We need to tell the kernel which direction the reshape should
   progress even if we didn't choose the particular data_offset
   to use.

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