]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix default size calculations that were recently broken.
authorNeilBrown <neilb@suse.de>
Sun, 12 Aug 2012 22:00:18 +0000 (08:00 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 12 Aug 2012 22:00:18 +0000 (08:00 +1000)
commit0a8b92a6f630e8f517ed570a2bfeabba74478fa5
tree91e56a01de746fd4aa360d50540b9518d68c71ad
parentf2e29ad6910041161309ffe9d0d2462b942a7b9f
Fix default size calculations that were recently broken.

commit d04f65f48c93e7e57cc3c1d70dd07d094dece717
    Change the values for "max size" from -1 to 1.

Messed up 's->size' - leaving it as '1' (MAX_SIZE) in some cases and
causing the array reshape to fail.

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