]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: introduce X-* comments
authorKarel Zak <kzak@redhat.com>
Thu, 8 Dec 2016 13:55:02 +0000 (14:55 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 8 Dec 2016 13:55:02 +0000 (14:55 +0100)
commit83601b1af924a666d86ad956d78e222ad222bea2
tree72480e67259aa21f47eae6302f32323e072ec50e
parent3ebe5477db75f372f2926d3d70599bcdeb7b5a17
libmount: introduce X-* comments

x-* are fstab only and not stored in userspace (utab). In some cases
it's not optional solution because the option is also necessary for
umount or another operations. The X-* is exactly the same as x-*, but
stored to utab (or mtab on old systems).

It's usually bad idea to store mount options in userspace, but it's
better to provide any solution that force users to bypass mount(8)
(and friends) and implement 3rd-party incompatible solutions.

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