Btrfs-progs: only enforce a maximum size if we specify one
authorJosef Bacik <jbacik@fusionio.com>
Fri, 27 Jul 2012 12:37:55 +0000 (08:37 -0400)
committerDavid Sterba <dsterba@suse.cz>
Tue, 2 Oct 2012 11:02:48 +0000 (13:02 +0200)
commit605e806166847872bb91831b397d58f95027975a
tree94032f0e981816e4d36a74003abb5d7c757cd226
parent45e9ec733deb73672c9bae3b1adf50f44bc8ae0c
Btrfs-progs: only enforce a maximum size if we specify one

My patch

04609add88ef8428d725de6ef60f46a3ff0dbc8e

introduced a regression where if you mkfs'ed a group of disks with different
sizes it limited the disks to the size of the first one that is specified.
This was not the intent of my patch, I only want it to limit the size based
on the -b option, so I've reworked the code to pass in a max block count and
that fixes the issue.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
btrfs-vol.c
cmds-device.c
mkfs.c
utils.c
utils.h