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

Olaf Hering olaf at aepfle.de
Tue Jan 31 10:33:08 UTC 2017


On Tue, Jan 31, Michal Privoznik wrote:

> > This fails to compile on systems without MS_MOVE, like openSUSE 11.4.
> $ grep -r MS_MOVE /usr/include/

At that point glibc did not provide MS_MOVE.

/usr/include/sys/mount.h:  MS_MOVE = 8192,
/usr/include/sys/mount.h:#define MS_MOVE                MS_MOVE
/usr/include/linux/fs.h:#define MS_MOVE         8192
/WD20_11.4/usr/include/linux/fs.h:#define MS_MOVE               8192
/WD20_13.1/usr/include/sys/mount.h:  MS_MOVE = 8192,
/WD20_13.1/usr/include/sys/mount.h:#define MS_MOVE              MS_MOVE
/WD20_13.1/usr/include/linux/fs.h:#define MS_MOVE               8192

So what should be done?

Olaf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170131/06a46e1e/attachment-0001.sig>


More information about the libvir-list mailing list