Re: [libvirt] [PATCH 06/18] storage: util: Clean up arguments of virStorageFileGetMetadataInternal

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: Avoid passing lot of arguments into guts of metadata retrieval to fill the actual structure. Temporarily fill the structure before passing it down to the actual metadata extractor. This will later help the inversion of the steps taken to extract

[libvirt] [PATCH 06/18] storage: util: Clean up arguments of virStorageFileGetMetadataInternal

2014-04-20 Thread Peter Krempa
Avoid passing lot of arguments into guts of metadata retrieval to fill the actual structure. Temporarily fill the structure before passing it down to the actual metadata extractor. This will later help the inversion of the steps taken to extract the metadata so that this function can be fully