summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorKarel Zak2019-01-16 15:00:07 +0100
committerKarel Zak2019-01-16 15:00:07 +0100
commit189a1bf3b314a8fc48c29ea1e0287d5cc71021a0 (patch)
tree684d7415e61e2769f2053cc35801f0c8256d8396 /libmount/src/libmount.sym
parentfsck.cramfs: fix utimes() usage (diff)
downloadkernel-qcow2-util-linux-189a1bf3b314a8fc48c29ea1e0287d5cc71021a0.tar.gz
kernel-qcow2-util-linux-189a1bf3b314a8fc48c29ea1e0287d5cc71021a0.tar.xz
kernel-qcow2-util-linux-189a1bf3b314a8fc48c29ea1e0287d5cc71021a0.zip
libmount: add support for MS_REMOUNT on --all
This patch add to support for remount-all operation to libmount and mount(8). For example: mount --all -o remount,ro -t vfat to remount read-only all VFAT filesystems. Addresses: https://github.com/karelzak/util-linux/issues/589 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index 5145c876d..0087a3d23 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -344,4 +344,5 @@ MOUNT_2.33 {
MOUNT_2.34 {
mnt_guess_system_root;
+ mnt_context_next_remount;
} MOUNT_2.33;