]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/mount.c
mount: keep MS_MOVE as flag
authorKarel Zak <kzak@redhat.com>
Fri, 1 Jun 2018 12:07:53 +0000 (14:07 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 1 Jun 2018 12:07:53 +0000 (14:07 +0200)
commit6691d53797ccc2e5ac840c5b1680fceaa23122db
treedba87a0303ecaeeb78d59e4f39ec1ad7ae73a22b
parent8d6de22499827c3280ff07875fc0744b3a454516
mount: keep MS_MOVE as flag

The previous commit 4ebea84bb1ca6b0fa817588aba13de26c8d5e5a0 replaced
all operations by strings, but it does not work for MS_MOVE as this
operation is not supported in fstab by libmount.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c
sys-utils/mount.c