Re: [PATCH 01/26] btrfs-progs: get rid of undocumented qgroup inheritance options

2018-01-26 Thread Qu Wenruo
On 2018年01月27日 02:40, Omar Sandoval wrote: > From: Omar Sandoval > > The -c option to subvol create and the -c and -x options to subvol > snapshot have never been documented (and -x doesn't actually work > because it's not in the getopt option string). The functionality is > dubious and the ker

[PATCH 01/26] btrfs-progs: get rid of undocumented qgroup inheritance options

2018-01-26 Thread Omar Sandoval
From: Omar Sandoval The -c option to subvol create and the -c and -x options to subvol snapshot have never been documented (and -x doesn't actually work because it's not in the getopt option string). The functionality is dubious and the kernel interface is being removed, so get rid of these. Sig