kernel-hacking-2024-linux-s.../fs/notify
Amir Goldstein 1a2620a998 inotify: convert to handle_inode_event() interface
Convert inotify to use the simple handle_inode_event() interface to
get rid of the code duplication between the generic helper
fsnotify_handle_event() and the inotify_handle_event() callback, which
also happen to be buggy code.

The bug will be fixed in the generic helper.

Link: https://lore.kernel.org/r/20201202120713.702387-3-amir73il@gmail.com
CC: stable@vger.kernel.org
Fixes: b9a1b97725 ("fsnotify: create method handle_inode_event() in fsnotify_operations")
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2020-12-03 15:41:29 +01:00
..
dnotify fsnotify: generalize handle_inode_event() 2020-12-03 14:58:35 +01:00
fanotify mm, memcg: rework remote charging API to support nesting 2020-10-18 09:27:09 -07:00
inotify inotify: convert to handle_inode_event() interface 2020-12-03 15:41:29 +01:00
fdinfo.c fsnotify: Remove proc_fs.h include 2020-05-13 17:16:14 +02:00
fdinfo.h
fsnotify.c fsnotify: generalize handle_inode_event() 2020-12-03 14:58:35 +01:00
fsnotify.h
group.c fsnotify: add mutex destroy 2020-05-13 17:14:20 +02:00
Kconfig
Makefile
mark.c fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsnotify_prepare_user_wait() 2020-04-15 11:44:43 +02:00
notification.c