]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mount.2: Attempts to change MS_SILENT setting during remount are silently ignored
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Aug 2018 14:27:50 +0000 (16:27 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Aug 2018 15:17:06 +0000 (17:17 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mount.2

index daaf158e1a0f6a842f2cd3efd7b2c6218b33f1fa..94e19e2c4a81bd43faf32b417d20932ac226bf9c 100644 (file)
@@ -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