]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Change the values for "max size" from -1 to 1.
authorNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:20:32 +0000 (17:20 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:20:32 +0000 (17:20 +1000)
commitd04f65f48c93e7e57cc3c1d70dd07d094dece717
treed497470311e2d0f826695f5fe97e3e7427629517
parent56dcaa6ba09b005a12dccfedbcdd68f2ca2ae23c
Change the values for "max size" from -1 to 1.

Both are impossible, and '1' allows size to be unsigned,
which is neater.
Also #define MAX_SIZE to be '1' to make it all more explicit.

Signed-off-by: NeilBrown <neilb@suse.de>
Build.c
Create.c
Grow.c
mdadm.c
mdadm.h
super-intel.c