From: Amir Goldstein Date: Fri, 4 Apr 2025 10:47:22 +0000 (+0200) Subject: man/man?/fanotify*: Reorganize documentation of FAN_FS_ERROR X-Git-Tag: man-pages-6.14~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1028832e7fefac4e15b3665997fcde3d0e90f76;p=thirdparty%2Fman-pages.git man/man?/fanotify*: Reorganize documentation of FAN_FS_ERROR The order of FAN_FS_ERROR entry in the event section was rather arbitrary inside the group of fid info events. FAN_FS_ERROR is a special event with error info, so place its entry after the entries for fid info events and before the entries for permission events. Reduce unneeded newlines in the FAN_FS_ERROR entry. Cc: Jan Kara Signed-off-by: Amir Goldstein Message-ID: <20250404104723.1709188-1-amir73il@gmail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/fanotify_mark.2 b/man/man2/fanotify_mark.2 index f02a182da..a6d80ad68 100644 --- a/man/man2/fanotify_mark.2 +++ b/man/man2/fanotify_mark.2 @@ -362,29 +362,6 @@ Create an event when a marked file or directory itself is deleted. An fanotify group that identifies filesystem objects by file handles is required. .TP -.BR FAN_FS_ERROR " (since Linux 5.16, 5.15.154, and 5.10.220)" -.\" commit 9709bd548f11a092d124698118013f66e1740f9b -Create an event when a filesystem error -leading to inconsistent filesystem metadata is detected. -An additional information record of type -.B FAN_EVENT_INFO_TYPE_ERROR -is returned for each event in the read buffer. -An fanotify group that identifies filesystem objects by file handles -is required. -.IP -Events of such type are dependent on support -from the underlying filesystem. -At the time of writing, -only the -.B ext4 -filesystem reports -.B FAN_FS_ERROR -events. -.IP -See -.BR fanotify (7) -for additional details. -.TP .BR FAN_MOVED_FROM " (since Linux 5.1)" .\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 Create an event when a file or directory has been moved from a marked @@ -418,6 +395,27 @@ Create an event when a marked file or directory itself has been moved. An fanotify group that identifies filesystem objects by file handles is required. .TP +.BR FAN_FS_ERROR " (since Linux 5.16, 5.15.154, and 5.10.220)" +.\" commit 9709bd548f11a092d124698118013f66e1740f9b +Create an event when a filesystem error +leading to inconsistent filesystem metadata is detected. +An additional information record of type +.B FAN_EVENT_INFO_TYPE_ERROR +is returned for each event in the read buffer. +An fanotify group that identifies filesystem objects by file handles +is required. +Events of such type are dependent on support +from the underlying filesystem. +At the time of writing, +only the +.B ext4 +filesystem reports +.B FAN_FS_ERROR +events. +See +.BR fanotify (7) +for additional details. +.TP .B FAN_OPEN_PERM Create an event when a permission to open a file or directory is requested. An fanotify file descriptor created with diff --git a/man/man7/fanotify.7 b/man/man7/fanotify.7 index adbed2c3e..68e930930 100644 --- a/man/man7/fanotify.7 +++ b/man/man7/fanotify.7 @@ -415,9 +415,6 @@ A child file or directory was deleted in a watched parent. .B FAN_DELETE_SELF A watched file or directory was deleted. .TP -.B FAN_FS_ERROR -A filesystem error was detected. -.TP .B FAN_RENAME A file or directory has been moved to or from a watched parent directory. .TP @@ -445,6 +442,9 @@ A file or directory that was opened read-only .RB ( O_RDONLY ) was closed. .TP +.B FAN_FS_ERROR +A filesystem error was detected. +.TP .B FAN_Q_OVERFLOW The event queue exceeded the limit on number of events. This limit can be overridden by specifying the