]> xenbits.xensource.com Git - libvirt.git/commit
util: storage: Remove obsolete argument virStorageFileGetMetadataInternal
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Apr 2014 12:28:10 +0000 (14:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Apr 2014 21:08:43 +0000 (23:08 +0200)
commit5c43e2e027783bf3a59ee397eaaa2a963305f414
tree3e0fcc4c35061e2694d5c26e63207266dab7adff
parent9944b710a555ec55beede38df86800bfcb61dffe
util: storage: Remove obsolete argument virStorageFileGetMetadataInternal

As we already pass the whole structure down the call path there's no
need to return some stuff in a separate argument. Remove the argument
and tweak callers to avoid breaking semantics.

virStorageFileGetMetadataFromBuf will be refactored later along with the
storage driver.
src/util/virstoragefile.c