Re: [libvirt] [PATCHv6 4/8] storage: add file functions for local and block files

2014-02-13 Thread Eric Blake
On 02/13/2014 09:49 AM, Peter Krempa wrote: > Implement the "stat" and "unlink" function for "file" volumes and "stat" > for "block" volumes using the regular system calls. > --- > > Notes: > Version 6: > - tweaked error message style > - made sure that libvirt compiles cleanly with --

[libvirt] [PATCHv6 4/8] storage: add file functions for local and block files

2014-02-13 Thread Peter Krempa
Implement the "stat" and "unlink" function for "file" volumes and "stat" for "block" volumes using the regular system calls. --- Notes: Version 6: - tweaked error message style - made sure that libvirt compiles cleanly with --without-storage-fs (added ifdefs) Version 5: -