Re: [libvirt] [PATCH 05/18] util: storage: Move checking of the actual backing image to the worker

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: Move the code checking the presence of the backing file to the recursive worker function instead of the metadata parser. The recursive worker will later be changed to parse more than just local files and this change will help the separation. ---

[libvirt] [PATCH 05/18] util: storage: Move checking of the actual backing image to the worker

2014-04-20 Thread Peter Krempa
Move the code checking the presence of the backing file to the recursive worker function instead of the metadata parser. The recursive worker will later be changed to parse more than just local files and this change will help the separation. --- src/util/virstoragefile.c | 63