]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Correctly handle the final partial backup of an in-place reshape.
authorNeilBrown <neilb@suse.de>
Wed, 12 Jan 2011 03:01:36 +0000 (14:01 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 12 Jan 2011 03:01:36 +0000 (14:01 +1100)
commite97ca00244fafec5d1ead0d90e86569616d9e3c6
tree2021e26d7dbfc9b8661c67ee7c0f8f3bcff2a235
parent49cd738ba240eecfda175f8eeca38861c6656c3f
Correctly handle the final partial backup of an in-place reshape.

The array might not be a multiple of the chosen backup size, so
the last bit to be backed up might be a bit smaller.  Handle that
correctly.

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