Re: [PATCH 0/1] btrfs-progs: mkfs: add subvolume support to mkfs

2017-08-28 Thread Anand Jain
Add -S/--subvol [NAME] option to configure. It enables users to create a subvolume under the toplevel volume > and populate the created subvolume > with files from the rootdir specified by -r/--rootdir option. This brings two enhancements, those might be good ideas, but stating a

[PATCH 0/1] btrfs-progs: mkfs: add subvolume support to mkfs

2017-08-25 Thread Yingyi Luo
From: yingyil Add -S/--subvol [NAME] option to configure. It enables users to create a subvolume under the toplevel volume and populate the created subvolume with files from the rootdir specified by -r/--rootdir option. Two functions link_subvol() and create_subvol() are