]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: delete useless backingStoreIsFile field
authorEric Blake <eblake@redhat.com>
Wed, 9 Apr 2014 22:21:19 +0000 (16:21 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 10 Apr 2014 22:39:43 +0000 (16:39 -0600)
commitc919ed7ea59f38c55725c15318a2ec150f2c0af9
tree38a10685c3e7cb1c1370b159f541fe6c8bdeba56
parent86f71e0a87b9d3d6d4f74389a456cdb3f1309066
conf: delete useless backingStoreIsFile field

Finally starting to prune away some of the old fields that have
been made redundant by the new fields, on my way towards directly
reusing virStorageSource.

* src/util/virstoragefile.h (_virStorageFileMetadata): Drop
field.
* src/util/virstoragefile.c (virStorageFileGetMetadataInternal)
(virStorageFileChainLookup): Adjust callers.
* tests/virstoragetest.c (_testFileData, testStorageChain)
(mymain): Simplify test.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/virstoragetest.c