Re: [PATCH] btrfs-progs: qgroup: show subvol path when qgroup show

2017-10-19 Thread David Sterba
On Wed, Oct 18, 2017 at 11:36:21AM +0800, Lu Fengqi wrote: > >> @@ -1140,7 +1249,8 @@ static int __qgroups_search(int fd, struct > >> qgroup_lookup *qgroup_lookup) > >>goto skip; > >>add_qgroup(qgroup_lookup, > >>

Re: [PATCH] btrfs-progs: qgroup: show subvol path when qgroup show

2017-10-17 Thread Lu Fengqi
On Mon, Oct 16, 2017 at 08:55:11PM +0200, David Sterba wrote: >On Tue, Oct 10, 2017 at 04:37:09PM +0800, Lu Fengqi wrote: >> Show the absolute subvol path for the associated level-0 qgroup. >> >> Signed-off-by: Lu Fengqi >> --- >> Documentation/btrfs-qgroup.asciidoc |

Re: [PATCH] btrfs-progs: qgroup: show subvol path when qgroup show

2017-10-16 Thread David Sterba
On Tue, Oct 10, 2017 at 04:37:09PM +0800, Lu Fengqi wrote: > Show the absolute subvol path for the associated level-0 qgroup. > > Signed-off-by: Lu Fengqi > --- > Documentation/btrfs-qgroup.asciidoc | 2 + > cmds-qgroup.c | 7 +- > qgroup.c

[PATCH] btrfs-progs: qgroup: show subvol path when qgroup show

2017-10-10 Thread Lu Fengqi
Show the absolute subvol path for the associated level-0 qgroup. Signed-off-by: Lu Fengqi --- Documentation/btrfs-qgroup.asciidoc | 2 + cmds-qgroup.c | 7 +- qgroup.c| 130 +---