From 4d04b15efd644b7367698a52b467b3a601524172 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Jan 2015 14:21:59 +0100 Subject: [PATCH] fcntl.2: Add EINVAL error F_ADD_SEALS Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 7bdf2101c..13a10f9c9 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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