Re: [libvirt] [PATCH v2 17/32] util: Use VIR_STEAL_PTR in virstoragefile

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:37:11PM -0500, John Ferlan wrote: virStorageFileGetRelativeBackingPath and virStorageFileGetMetadataRecurse open coded. There might be a missing. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/util/virstoragefile.c | 6 ++ 1 file changed, 2

[libvirt] [PATCH v2 17/32] util: Use VIR_STEAL_PTR in virstoragefile

2019-02-08 Thread John Ferlan
virStorageFileGetRelativeBackingPath and virStorageFileGetMetadataRecurse open coded. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/util/virstoragefile.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/util/virstoragefile.c