[libvirt] [PATCH 1/8] Add virFileMakeParentPath helper function

2014-02-17 Thread Daniel P. Berrange
Add a helper function which takes a file path and ensures that all directory components leading up to 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 1/8] Add virFileMakeParentPath helper function

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