From f66b1d8b2e8e94c00c7b3b06805a0b76ee5847b7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Aug 2018 16:27:50 +0200 Subject: [PATCH] mount.2: Attempts to change MS_SILENT setting during remount are silently ignored Signed-off-by: Michael Kerrisk --- man2/mount.2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man2/mount.2 b/man2/mount.2 index daaf158e1..94e19e2c4 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -378,10 +378,13 @@ and .BR MS_SYNCHRONOUS . Attempts to change the setting of the .\" See the definition of MS_RMT_MASK in include/uapi/linux/fs.h, -.\" which excludes MS_DIRSYNC, although SB_DIRSYNC is split out as a -.\" a per-superblock flag in do_mount() (Linux 4.17 source code) +.\" which excludes MS_DIRSYNC and MS_SILENT, although SB_DIRSYNC +.\" and SB_SILENT are split out as per-superblock flags in do_mount() +.\" (Linux 4.17 source code) .BR MS_DIRSYNC -flag during a remount are silently ignored. +and +.BR MS_SILENT +flags during a remount are silently ignored. .PP Since Linux 3.17, .\" commit ffbc6f0ead47fa5a1dc9642b0331cb75c20a640e