mount.2: ERRORS: Add a couple of EINVAL errors for MS_MOVE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-27 16:41:42 +02:00
parent 0610c6f1f8
commit 6f4a00d62f
1 changed files with 18 additions and 0 deletions

View File

@ -686,6 +686,24 @@ was not already mounted on
.B EINVAL
A move operation
.RB ( MS_MOVE )
was attempted, but the mount tree under
.I source
includes unbindable mounts and
.I target
is a mount point that has propagation type
.BR MS_SHARED .
.TP
.B EINVAL
A move operation
.RB ( MS_MOVE )
was attempted, but the parent mount of
.I source
mount has propagation type
.BR MS_SHARED .
.TP
.B EINVAL
A move operation
.RB ( MS_MOVE )
was attempted, but
.I source
was not a mount point, or was \(aq/\(aq.