linux/fs/notify/inotify
Amir Goldstein 47d9c7cc45 fsnotify: generalize iteration of marks by object type
Make some code that handles marks of object types inode and vfsmount
generic, so it can handle other object types.

Introduce fsnotify_foreach_obj_type macro to iterate marks by object type
and fsnotify_iter_{should|set}_report_type macros to set/test report_mask.

This is going to be used for adding mark of another object type
(super block mark).

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2018-05-18 14:58:22 +02:00
..
inotify.h fsnotify: remove redundant arguments to handle_event() 2018-05-18 14:58:22 +02:00
inotify_fsnotify.c fsnotify: remove redundant arguments to handle_event() 2018-05-18 14:58:22 +02:00
inotify_user.c fsnotify: generalize iteration of marks by object type 2018-05-18 14:58:22 +02:00
Kconfig
Makefile