Re: [libvirt PATCH] util: Fix logic in virFileSetCOW

2020-08-05 Thread Daniel P . Berrangé
On Wed, Aug 05, 2020 at 10:33:21AM +0200, Jiri Denemark wrote: > When COW is not explicitly requested to be disabled or enabled, the > function is supposed to do nothing on non-BTRFS file systems. > > Fixes commit 7230bc95aa78379c9ee20cf59394c5fc4305b75b. > >

[libvirt PATCH] util: Fix logic in virFileSetCOW

2020-08-05 Thread Jiri Denemark
When COW is not explicitly requested to be disabled or enabled, the function is supposed to do nothing on non-BTRFS file systems. Fixes commit 7230bc95aa78379c9ee20cf59394c5fc4305b75b. https://bugzilla.redhat.com/show_bug.cgi?id=1866157 Signed-off-by: Jiri Denemark --- src/util/virfile.c | 2