btrfs-progs/mkfs
Qu Wenruo d6fc0dfa7e btrfs-progs: mkfs: move image creation of rootdir to its own files
In fact, --rootdir option is getting more and more independent from
normal mkfs code.

So move image creation function, make_image() and its related code to
mkfs/rootdir.[ch], and rename the function to btrfs_mkfs_fill_dir().

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2017-11-24 15:44:30 +01:00
..
common.c btrfs-progs: mkfs: refactor test_minimum_size to use the calculated minimal size 2017-11-14 15:59:00 +01:00
common.h btrfs-progs: mkfs: refactor test_minimum_size to use the calculated minimal size 2017-11-14 15:59:00 +01:00
main.c btrfs-progs: mkfs: move image creation of rootdir to its own files 2017-11-24 15:44:30 +01:00
rootdir.c btrfs-progs: mkfs: move image creation of rootdir to its own files 2017-11-24 15:44:30 +01:00
rootdir.h btrfs-progs: mkfs: move image creation of rootdir to its own files 2017-11-24 15:44:30 +01:00