]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: support MS_RDONLY on write-protected devices
authorKarel Zak <kzak@redhat.com>
Wed, 26 Apr 2017 15:27:02 +0000 (17:27 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 26 Apr 2017 15:27:02 +0000 (17:27 +0200)
commit6dede2f2f7c5271b95c0361abd647af2a731b1dc
tree0fb5635e0154879a0d06d97eb7be594f7cce296f
parent863cf02a1486810918abc884f8ee8d08c9921bc7
libmount: support MS_RDONLY on write-protected devices

This feature is supported by mount(8) only. It seems better move
this code to libmount. The results is more simple mount(8) and the
feature is accessible for all libmount users.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/docs/libmount-sections.txt
libmount/src/context.c
libmount/src/context_mount.c
libmount/src/libmount.h.in
libmount/src/libmount.sym
libmount/src/mountP.h
sys-utils/mount.8
sys-utils/mount.c