fanotify: remove event FAN_DIR_MODIFY
authorAmir Goldstein <amir73il@gmail.com>
Wed, 8 Jul 2020 11:11:52 +0000 (14:11 +0300)
committerJan Kara <jack@suse.cz>
Mon, 27 Jul 2020 19:23:36 +0000 (21:23 +0200)
commit08b95c338e0c5a96e47f4ca314ea1e7580ecb5d7
tree8c5cdc0b4edfb37639789c825a818cf04239481d
parentb54cecf5e2293d15620f7b3f8d1bf486243d5643
fanotify: remove event FAN_DIR_MODIFY

It was never enabled in uapi and its functionality is about to be
superseded by events FAN_CREATE, FAN_DELETE, FAN_MOVE with group
flag FAN_REPORT_NAME.

Keep a place holder variable name_event instead of removing the
name recording code since it will be used by the new events.

Link: https://lore.kernel.org/r/20200708111156.24659-17-amir73il@gmail.com
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/fanotify/fanotify.c
fs/notify/fsnotify.c
include/linux/fsnotify.h
include/linux/fsnotify_backend.h
include/uapi/linux/fanotify.h