mount.2: srcfix

This commit is contained in:
Michael Kerrisk 2018-08-20 15:07:08 +02:00
parent fa4c100d8d
commit e0a21e1338
1 changed files with 3 additions and 1 deletions

View File

@ -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