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

2012-10-16 Thread Eric Blake
On 10/13/2012 04:00 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. +

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

2012-10-16 Thread Laine Stump
On 10/13/2012 06:00 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. *

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

2012-10-16 Thread Eric Blake
On 10/16/2012 09:55 AM, Laine Stump wrote: On 10/13/2012 06:00 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

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

2012-10-16 Thread Laine Stump
On 10/16/2012 12:06 PM, Eric Blake wrote: On 10/16/2012 09:55 AM, Laine Stump wrote: On 10/13/2012 06:00 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

[libvirt] [PATCHv2 11/16] storage: make it easier to find file within chain

2012-10-13 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):