[libvirt] [PATCH 07/14] Add virFileMakeParentPath helper function

2014-02-07 Thread Daniel P. Berrange
Add a helper function which takes a file path and ensures that all directory components leading upto the file exist. IOW, it strips the filename part of the path and passes the result to virFileMakePath. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms | 1 +

Re: [libvirt] [PATCH 07/14] Add virFileMakeParentPath helper function

2014-02-07 Thread Eric Blake
On 02/07/2014 08:33 AM, Daniel P. Berrange wrote: Add a helper function which takes a file path and ensures that all directory components leading upto the file exist. s/upto/up to/ IOW, it strips the filename part of the path and passes the result to virFileMakePath. Signed-off-by: Daniel