Re: [libvirt] [PATCH v2 30/32] util: Rename variable in virStorageSourceNewFromBacking

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:37:24PM -0500, John Ferlan wrote: To prepare for subsequent change to use VIR_AUTOPTR logic rename the @ret to @def. Signed-off-by: John Ferlan --- src/util/virstoragefile.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) Reviewe

Re: [libvirt] [PATCH v2 30/32] util: Rename variable in virStorageSourceNewFromBacking

2019-02-11 Thread Erik Skultety
On Fri, Feb 08, 2019 at 01:37:24PM -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 https://www.redhat.com/mailman/li

[libvirt] [PATCH v2 30/32] util: Rename variable in virStorageSourceNewFromBacking

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 | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c ind