Re: [libvirt] [PATCH 4/6] storage: fs: Process backing store data in virStorageBackendProbeTarget

2014-07-15 Thread Eric Blake
On 07/15/2014 07:25 AM, Peter Krempa wrote: > Move the processing of the backend metadata directly to the helper > instead of passing it through arguments to the function. > --- > src/storage/storage_backend_fs.c | 72 > ++-- > 1 file changed, 33 insertions(+),

[libvirt] [PATCH 4/6] storage: fs: Process backing store data in virStorageBackendProbeTarget

2014-07-15 Thread Peter Krempa
Move the processing of the backend metadata directly to the helper instead of passing it through arguments to the function. --- src/storage/storage_backend_fs.c | 72 ++-- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/src/storage/storage_backen