mount.2: MS_LAZYTIME and MS_RELATIME can be changed on remount

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-05 08:49:56 -05:00
parent d8b67bc9b2
commit 9c2678e629
1 changed files with 2 additions and 0 deletions

View File

@ -321,12 +321,14 @@ call, except for those parameters that are being deliberately changed.
The following
.I mountflags
can be changed:
.BR MS_LAZYTIME ,
.BR MS_MANDLOCK ,
.BR MS_NOATIME ,
.BR MS_NODEV ,
.BR MS_NODIRATIME ,
.BR MS_NOEXEC ,
.BR MS_NOSUID ,
.BR MS_RELATIME ,
.BR MS_RDONLY ,
and
.BR MS_SYNCHRONOUS .