Re: [PATCH 5/7] virStorageBackendGlusterRefreshVol: Refactor handling of backing store

2020-02-23 Thread Ján Tomko
On Fri, Feb 21, 2020 at 02:51:43PM +0100, Peter Krempa wrote: Take the format of the backing store from the 'meta' object directly and use g_steal_pointer go steal the path. s/go/to/ Signed-off-by: Peter Krempa --- src/storage/storage_backend_gluster.c | 11 --- 1 file changed, 4 ins

[PATCH 5/7] virStorageBackendGlusterRefreshVol: Refactor handling of backing store

2020-02-21 Thread Peter Krempa
Take the format of the backing store from the 'meta' object directly and use g_steal_pointer go steal the path. Signed-off-by: Peter Krempa --- src/storage/storage_backend_gluster.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/storage/storage_backend_gluste