On Mon, Nov 1, 2021 at 10:04 PM Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> wrote: > > FAN_FS_ERROR is a new event for fanotify to report filesystem errors. > You need to be very explicit when posting to man pages that this is NOT upstream code yet. UAPIs can practically be changed until the .0 release, but it's fine to post man pages update for wider review before that as long as the review is properly labeled as such. > Cc: Amir Goldstein <amir73il@xxxxxxxxx> > Cc: Jan Kara <jack@xxxxxxx> > Cc: Matthew Bobrowski <repnop@xxxxxxxxxx> > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> > > --- > Changes since v2: > (matthew) > - Grammar > - List filesystems that support the feature > - file system -> filesystem > Changes since v1: > (Matthew) > - Grammar fixes > - Don't use the term "submitted" for events sent to the listener > - Clarify the kind of information that is file system specific > > To: Michael Kerrisk <mtk.manpages@xxxxxxxxx> > Cc: linux-man@xxxxxxxxxxxxxxx > --- > man2/fanotify_mark.2 | 36 ++++++++++++++++++++++ > man7/fanotify.7 | 71 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 107 insertions(+) > > diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2 > index be3f72e040c0..d8560f788db8 100644 > --- a/man2/fanotify_mark.2 > +++ b/man2/fanotify_mark.2 > @@ -214,6 +214,35 @@ 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.15)" That is a mistake. This code is aiming for 5.16. 5.15 is already out the door. Thanks, Amir.