mount.2: Clarify that MS_MOVE ignores remaining bits in 'mountflags'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-21 11:33:51 -05:00
parent 59dea18e1d
commit 5d92f6e91a
1 changed files with 7 additions and 3 deletions

View File

@ -211,9 +211,13 @@ specifies an existing mount point and
.I target
specifies the new location.
The move is atomic: at no point is the subtree unmounted.
The
.IR filesystemtype ", " mountflags ", and " data
arguments are ignored.
The remaining bits in the
.IR mountflags
argument are ignored, as are the
.IR filesystemtype
and
.IR data
arguments.
.TP
.B MS_NOATIME
Do not update access times for (all types of) files on this filesystem.