]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
Allow parse_size to return 0.
authorNeilBrown <neilb@suse.de>
Thu, 4 Oct 2012 06:34:20 +0000 (16:34 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 4 Oct 2012 06:34:20 +0000 (16:34 +1000)
commit822e393a050510b0002bdfb1b0554fa8d7860a99
tree80799a3b855960a91c5aaa0bb8471a18988952a1
parent7103b9b88d8c27989e17c80d7296eda97370dc1e
Allow parse_size to return 0.

We will shortly introduce --data-offset= which is allowed to
be zero.  We will want to use parse_size() so it needs to be
able to return '0' without it being an error.

So define INVALID_SECTORS to be an impossible value (currently '1')
and return and test for it consistently.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.c
mdadm.h
util.c