From e0a21e13382b30f73772345a510dd42fb64e04fe Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Aug 2018 15:07:08 +0200 Subject: [PATCH] mount.2: srcfix --- man2/mount.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/mount.2 b/man2/mount.2 index ecf2ca9a4..de0ff0e5d 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -356,7 +356,9 @@ can be changed: and .BR MS_SYNCHRONOUS . Attempts to change the setting of the -.\" See the definition of MS_RMT_MASK in include/uapi/linux/fs.h +.\" 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) .BR MS_DIRSYNC flag during a remount are silently ignored. .PP