]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add support for MS_REMOUNT on --all
authorKarel Zak <kzak@redhat.com>
Wed, 16 Jan 2019 14:00:07 +0000 (15:00 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Jan 2019 14:00:07 +0000 (15:00 +0100)
commit189a1bf3b314a8fc48c29ea1e0287d5cc71021a0
tree684d7415e61e2769f2053cc35801f0c8256d8396
parent12d12102d6e79c3627dbf0569f1c97b00202ce4c
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>
Documentation/TODO
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