]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: don't make 'blocks' too large during in-place reshape.
authorNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 06:02:34 +0000 (17:02 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 06:02:34 +0000 (17:02 +1100)
commiteba7152931708db1d3049030e0a1ffa4ed174373
treebd0e1aef2f8ce7f42be8e98b5b4c8034f7ec8e93
parent521f349cb0b2549fc0b9f1a8141f0615841634da
Grow: don't make 'blocks' too large during in-place reshape.

On small (test) arrays, multiplying by 16 can make the 'chunk' size
larger than half the array, which is a problem.

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