Re: [libvirt] [PATCH v2 26/32] util: Rename variable in virStorageFileMetadataNew

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:37:20PM -0500, John Ferlan wrote: To prepare for subsequent change to use VIR_AUTOPTR logic rename the @ret to @def. I guess we could call it a definition even though it does not have 'Def' in its type name. Signed-off-by: John Ferlan ---

Re: [libvirt] [PATCH v2 26/32] util: Rename variable in virStorageFileMetadataNew

2019-02-11 Thread Erik Skultety
On Fri, Feb 08, 2019 at 01:37:20PM -0500, John Ferlan wrote: > To prepare for subsequent change to use VIR_AUTOPTR logic rename > the @ret to @def. > > Signed-off-by: John Ferlan > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v2 26/32] util: Rename variable in virStorageFileMetadataNew

2019-02-08 Thread John Ferlan
To prepare for subsequent change to use VIR_AUTOPTR logic rename the @ret to @def. Signed-off-by: John Ferlan --- src/util/virstoragefile.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index