[libvirt] [PATCH 3/5] util: Introduce virFileMoveMount

Daniel P. Berrange berrange at redhat.com
Wed Jan 11 17:01:11 UTC 2017


On Wed, Jan 11, 2017 at 05:43:14PM +0100, Michal Privoznik wrote:
> This is a simple wrapper over mount(). However, not every system
> out there is capable of moving a mount point. Therefore, instead
> of having to deal with this fact in all the places of our code we
> can have a simple wrapper and deal with this fact at just one
> place.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/libvirt_private.syms |  1 +
>  src/qemu/qemu_domain.c   | 22 +++-------------------
>  src/util/virfile.c       | 28 ++++++++++++++++++++++++++++
>  src/util/virfile.h       |  3 +++
>  4 files changed, 35 insertions(+), 19 deletions(-)

ACK

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|




More information about the libvir-list mailing list