[PATCH v2 3/4] fanotify_mark.2: Update w.r.t tmpfs support
From: Amir Goldstein <amir73il@gmail.com>
Date: 2021-11-20 17:13:03
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Amir Goldstein <amir73il@gmail.com>
Date: 2021-11-20 17:13:03
Subsystem:
the rest · Maintainer:
Linus Torvalds
tmpfs can be watched with FAN_REPORT_FID since kernel v5.13. Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- man2/fanotify_mark.2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index cb69ac592..92309e684 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2@@ -414,7 +414,12 @@ The filesystem object indicated by is not associated with a filesystem that supports .I fsid (e.g., -.BR tmpfs (5)). +.BR fuse (4)). +.BR tmpfs (5) +did not support +.I fsid +prior to Linux 5.13. +.\" commit 59cda49ecf6c9a32fae4942420701b6e087204f6 This error can be returned only with an fanotify group that identifies filesystem objects by file handles. .TP
--
2.33.1