]> xenbits.xensource.com Git - libvirt.git/commit
util: storage: Move checking of the actual backing image to the worker
authorPeter Krempa <pkrempa@redhat.com>
Wed, 16 Apr 2014 13:44:06 +0000 (15:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Apr 2014 21:08:43 +0000 (23:08 +0200)
commit67084ed4ae68f47442f7cf37c0e74d887071cfb4
tree1a0f52e4d5011e04aa991b030d01a615622344f8
parent5c43e2e027783bf3a59ee397eaaa2a963305f414
util: storage: Move checking of the actual backing image to the worker

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