Re: [Libguestfs] [PATCH] filesystems: don't try to get the size of btrfs subvolume

2016-06-09 Thread Richard W.M. Jones
On Wed, Jun 08, 2016 at 02:57:07PM +0200, Cédric Bosdonnat wrote: > virt-filesystem -l tries to get the size of btrfs subvolumes, which > results in an error. Teach it to skip the subvolumes. > --- > cat/filesystems.c | 22 -- > 1 file changed, 20 insertions(+), 2 deletions(-)

[Libguestfs] [PATCH] filesystems: don't try to get the size of btrfs subvolume

2016-06-08 Thread Cédric Bosdonnat
virt-filesystem -l tries to get the size of btrfs subvolumes, which results in an error. Teach it to skip the subvolumes. --- cat/filesystems.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/cat/filesystems.c b/cat/filesystems.c index f1c2852..f679517