Re: [libvirt] [PATCHv3 08/19] storage: get entire metadata chain in one call

2012-10-18 Thread Laine Stump
On 10/17/2012 06:30 PM, Eric Blake wrote: > Previously, no one was using virStorageFileGetMetadata, and for good > reason - it couldn't support root-squash NFS. Change the signature > and make it useful to future patches, including enhancing the metadata > to recursively track the entire chain. >

[libvirt] [PATCHv3 08/19] storage: get entire metadata chain in one call

2012-10-17 Thread Eric Blake
Previously, no one was using virStorageFileGetMetadata, and for good reason - it couldn't support root-squash NFS. Change the signature and make it useful to future patches, including enhancing the metadata to recursively track the entire chain. * src/util/storage_file.h (_virStorageFileMetadata)