fcntl.2: Add EINVAL error F_ADD_SEALS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-08 14:21:59 +01:00
parent aee553ccd9
commit 4d04b15efd
1 changed files with 12 additions and 0 deletions

View File

@ -1513,6 +1513,18 @@ NFS), but can sometimes happen locally.
The value specified in
.I cmd
is not recognized by this kernel.
.\" FIXME I added the following error case. Is it correct?
.TP
.B EINVAL
.I cmd
is
.BR F_ADD_SEALS
and
.I arg
includes an unrecognized sealing bit or
the filesystem containing the inode referred to by
.I fd
does not support sealing.
.TP
.B EINVAL
.I cmd