Clarify that MS_NODIRATIME provides a subset of the functionality provided

by MS_NOATIME.
This commit is contained in:
Michael Kerrisk 2007-12-17 14:21:56 +00:00
parent df18bbe09f
commit 882a943574
1 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,12 @@ Do not allow access to devices (special files) on this file system.
.TP
.B MS_NODIRATIME
Do not update access times for directories on this file system.
This flag provides a subset of the functionality provided by
.BR MS_NOATIME ;
that is,
.BR MS_NOATIME
implies
.BR MS_NODIRATIME .
.TP
.B MS_NOEXEC
Do not allow programs to be executed from this file system.