btrfs-progs: fix mkfs.btrfs -r option
Commit 605e806166
broke the
mkfs.btrfs -r option, because it calls make_btrfs
without ever setting dev_block_count, in the -r case,
so we tell it to make a filesystem of size 0.
Then we wander into ENOSPC land and segfault.
As a quick one-line-fix, just set the dev_block_count
to the size of the destination image file.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
This commit is contained in:
parent
7e08a9116d
commit
680a80ece1
Loading…
Reference in New Issue