Hi Alex, These two complementary APIs, FAN_REPORT_TARGET_FID (fanotify_init) and FAN_RENAME (fanotify_mark) were merged to kernel v5.17. v2 addresses the few comments you had on v1. Thanks, Amir Changes since v1: - Rebased on master - Mention the fix commit of ENOTDIR change in commit message - Break long line - Consistent order of FAN_MOVE,FAN_RENAME in man pages Amir Goldstein (2): fanotify.7, fanotify_init.2: Document FAN_REPORT_TARGET_FID fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_RENAME man2/fanotify_init.2 | 55 ++++++++++++++++++++++++++++++++++++++++---- man2/fanotify_mark.2 | 24 +++++++++++++++++++ man7/fanotify.7 | 31 ++++++++++++++----------- 3 files changed, 92 insertions(+), 18 deletions(-) -- 2.25.1