btrfs-progs: mkfs: use preallocated buffers for config uuids
authorDavid Sterba <dsterba@suse.com>
Wed, 31 Aug 2016 17:38:31 +0000 (19:38 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 21 Sep 2016 11:44:24 +0000 (13:44 +0200)
commit7aaa1a92f621eec59a4ef834afefd831915a3521
tree3fa23165d53ebdaad1cc71200f01e9c37295ac26
parent90e3e630c2f641f3ceca32672e8e3a8ac0ceae8a
btrfs-progs: mkfs: use preallocated buffers for config uuids

No need for dynamic allocation, the buffers are small, remove the
now-useless error conditions.

Signed-off-by: David Sterba <dsterba@suse.com>
btrfs-convert.c
mkfs.c
utils.c
utils.h