Re: [PATCH 3/9] virStorageFileGetMetadataRecurse: Shuffle around assignment of backing chain depth

2020-02-19 Thread Eric Blake
On 2/17/20 11:13 AM, Peter Krempa wrote: Move the assignment to a place where we know that the backing store is present rather than having to check in the cleanup section. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)

[PATCH 3/9] virStorageFileGetMetadataRecurse: Shuffle around assignment of backing chain depth

2020-02-17 Thread Peter Krempa
Move the assignment to a place where we know that the backing store is present rather than having to check in the cleanup section. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/util/virstoragefile.c b/sr