From 189a1bf3b314a8fc48c29ea1e0287d5cc71021a0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 16 Jan 2019 15:00:07 +0100 Subject: 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 --- Documentation/TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Documentation/TODO') diff --git a/Documentation/TODO b/Documentation/TODO index 03e0a75cb..bbb53a0c0 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -65,11 +65,6 @@ bash completion libmount (mount/umount) ----------------------- - - remount all filesystems given their type, for example: - mount -a -t tmpfs -o remount - It should be probably enough to add remount_all() to mount(8) in way we - already have mount_all(). https://github.com/karelzak/util-linux/issues/589 - - add --onlyonce to force mount(8) to check if mountpoint is already used. Now "already mounted" detection is used for --all only. The problem is if you call "mount " more than once for in fstab defined tmpfs (or network -- cgit v1.2.3-55-g7522