Re: [libvirt] [PATCH 5/7] Move file info functions to libvirt_util

2009-09-25 Thread Daniel P. Berrange
On Fri, Sep 25, 2009 at 02:27:31PM +0100, Mark McLoughlin wrote: > Rename virStorageBackendUpdateVolTargetInfo to virStorageFileGetInfo() > and move to util/storage_file.[ch] > > * src/storage/storage_backend.[ch]: move code from here ... > > * src/util/storage_file.[ch]: ... to here > > * src/l

[libvirt] [PATCH 5/7] Move file info functions to libvirt_util

2009-09-25 Thread Mark McLoughlin
Rename virStorageBackendUpdateVolTargetInfo to virStorageFileGetInfo() and move to util/storage_file.[ch] * src/storage/storage_backend.[ch]: move code from here ... * src/util/storage_file.[ch]: ... to here * src/libvirt_private.syms: export new functions * src/storage/storage_backend_fs.c, sr