btrfs-progs: mkfs: precreate the uuid tree
authorDavid Sterba <dsterba@suse.com>
Tue, 27 Feb 2018 19:38:49 +0000 (20:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 30 Mar 2018 20:15:55 +0000 (22:15 +0200)
commit2a496a5b8b74752cf3823652ccbb529f160e9878
tree08c3234100d86f332e48cd0e0d85394d6010921d
parenta4cd4ae0b38a79fdc61aebf81267d5e10bb39d8f
btrfs-progs: mkfs: precreate the uuid tree

We can easily create the uuid tree that's usually created after first
mount. The kernel will still check the tree on first mount so we don't
try to fake the uuid tree generation so it appears consistent, even if
it's empty.

Signed-off-by: David Sterba <dsterba@suse.com>
mkfs/main.c