Re: [libvirt] [PATCH 1/7] Add virFileTouch for creating empty files

2012-01-23 Thread Eric Blake
On 01/11/2012 09:33 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a virFileTouch API which ensures that a file will always exist, even if zero length * src/lxc/lxc_container.c, src/util/virfile.h: virFileTouch This line is not quite accurate, ---

[libvirt] [PATCH 1/7] Add virFileTouch for creating empty files

2012-01-11 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a virFileTouch API which ensures that a file will always exist, even if zero length * src/lxc/lxc_container.c, src/util/virfile.h: virFileTouch --- src/util/virfile.c | 21 + src/util/virfile.h |2 ++ 2 files changed, 23