Re: [libvirt] [PATCHv3 11/19] storage: make it easier to find file within chain

2012-10-18 Thread Laine Stump
On 10/17/2012 06:30 PM, Eric Blake wrote: > In order to temporarily label files read/write during a commit > operation, we need to crawl the backing chain and find the absolute > file name that needs labeling in the first place, as well as the > name of the file that owns the backing file. > > * sr

[libvirt] [PATCHv3 11/19] storage: make it easier to find file within chain

2012-10-17 Thread Eric Blake
In order to temporarily label files read/write during a commit operation, we need to crawl the backing chain and find the absolute file name that needs labeling in the first place, as well as the name of the file that owns the backing file. * src/util/storage_file.c (virStorageFileChainLookup): Ne