Re: [PATCH 6/9] virStorageFileGetMetadataRecurse: Extract storage access

2020-02-19 Thread Eric Blake
On 2/17/20 11:13 AM, Peter Krempa wrote: Extract the code that directly deals with storage. This allows further simplification and clarification of virStorageFileGetMetadataRecurse. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 71 ++- 1 file

[PATCH 6/9] virStorageFileGetMetadataRecurse: Extract storage access

2020-02-17 Thread Peter Krempa
Extract the code that directly deals with storage. This allows further simplification and clarification of virStorageFileGetMetadataRecurse. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 71 ++- 1 file changed, 47 insertions(+), 24 deletions(-)