Re: [libvirt] [PATCHv5 02/19] util: storagefile: Introduce universal function to canonicalize paths

2014-06-23 Thread Eric Blake
On 06/23/2014 02:28 AM, Peter Krempa wrote: > On 06/20/14 16:35, Eric Blake wrote: >> On 06/19/2014 07:59 AM, Peter Krempa wrote: >>> Introduce a common function that will take a callback to resolve links >>> that will be used to canonicalize paths on various storage systems and >>> add extensive t

Re: [libvirt] [PATCHv5 02/19] util: storagefile: Introduce universal function to canonicalize paths

2014-06-23 Thread Peter Krempa
On 06/20/14 16:35, Eric Blake wrote: > On 06/19/2014 07:59 AM, Peter Krempa wrote: >> Introduce a common function that will take a callback to resolve links >> that will be used to canonicalize paths on various storage systems and >> add extensive tests. >> --- >> src/libvirt_private.syms | 1 +

Re: [libvirt] [PATCHv5 02/19] util: storagefile: Introduce universal function to canonicalize paths

2014-06-20 Thread Eric Blake
On 06/19/2014 07:59 AM, Peter Krempa wrote: > Introduce a common function that will take a callback to resolve links > that will be used to canonicalize paths on various storage systems and > add extensive tests. > --- > src/libvirt_private.syms | 1 + > src/util/virstoragefile.c | 195 > +

[libvirt] [PATCHv5 02/19] util: storagefile: Introduce universal function to canonicalize paths

2014-06-19 Thread Peter Krempa
Introduce a common function that will take a callback to resolve links that will be used to canonicalize paths on various storage systems and add extensive tests. --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 195 ++ src/util/virstor