btrfs-progs/mkfs
Gu Jinxiang 944e14da14 btrfs-progs: mkfs: Move the tree root creation to own function
make_btrfs is too long to understand, make creatation of root tree
in a function.

Some of the tree roots are now created in a loop, where the code is just
copypasted. We now make use of the reference_root_table to translate
block index to root objectid.

Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com>
[ updated changelog ]
Signed-off-by: David Sterba <dsterba@suse.com>
2017-09-08 16:15:05 +02:00
..
common.c btrfs-progs: mkfs: Move the tree root creation to own function 2017-09-08 16:15:05 +02:00
common.h btrfs-progs: mkfs: Replace number with enum 2017-09-08 16:15:05 +02:00
main.c btrfs-progs: add crude error handling when transaction start fails 2017-09-08 16:15:05 +02:00