]> git.ipfire.org Git - thirdparty/man-pages.git/commit
fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory...
authorMatthew Bobrowski <mbobrowski@mbobrowski.org>
Thu, 6 Jun 2019 09:48:02 +0000 (19:48 +1000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Jun 2019 06:37:54 +0000 (08:37 +0200)
commit0a4db6dc742d9150d73048e889de9e6accc53d46
tree05a54fd6c923cd03018e1bc41d857dccce56318d
parent59a4d9b398776ddd84fb8195b273c7716d0d5db0
fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events

Details relating to the new initialization flag FAN_REPORT_FID has been
added. As part of the FAN_REPORT_FID feature, a new set of event masks are
available and have been documented accordingly.

A simple example program has been added to also support the understanding
and use of FAN_REPORT_FID and directory modification events.

Signed-off-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fanotify_init.2
man2/fanotify_mark.2
man7/fanotify.7