]> xenbits.xensource.com Git - libvirt.git/commit
util: Introduce virFileMoveMount
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Jan 2017 10:29:00 +0000 (11:29 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Jan 2017 17:06:30 +0000 (18:06 +0100)
commit41816751a79b075c8404db3bc92d7295d57ab923
treed76b62c0d09a0310d9a10a2b405915ffb699b74a
parentcd32783cd4f708f576f8c6321eb43bc1e191446f
util: Introduce virFileMoveMount

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@redhat.com>
src/libvirt_private.syms
src/qemu/qemu_domain.c
src/util/virfile.c
src/util/virfile.h