]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add MS_MOVE to options map
authorKarel Zak <kzak@redhat.com>
Wed, 21 Sep 2022 09:03:54 +0000 (11:03 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
commitf61195c02d4c4af3a04d97542e0d83d722615675
treebd2d5a895a782a1fc800edc572bfba1e74e4ac9d
parent5f578574138bddad5c95a5be2341dcdead71969d
libmount: add MS_MOVE to options map

libmount originally had in the options map only options that are
possible to use in fstab. Now we use the map to verify and
classify all mount options, so MS_MOVE is necessary there too.

The patch also add a new MNT_NOFSTAB option flag, not used for now.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/libmount.h.in
libmount/src/optmap.c