linux_dsm_epyc7002/fs/notify
Eric Paris 4ca763523e fsnotify: add groups to fsnotify_inode_groups when registering inode watch
Currently all fsnotify groups are added immediately to the
fsnotify_inode_groups list upon creation.  This means, even groups with no
watches (common for audit) will be on the global tracking list and will
get checked for every event.  This patch adds groups to the global list on
when the first inode mark is added to the group.

Signed-of-by: Eric Paris <eparis@redhat.com>
2010-07-28 09:58:51 -04:00
..
dnotify fsnotify: drop mask argument from fsnotify_alloc_group 2010-07-28 09:58:51 -04:00
inotify fsnotify: drop mask argument from fsnotify_alloc_group 2010-07-28 09:58:51 -04:00
fsnotify.c fsnotify: rename fsnotify_groups to fsnotify_inode_groups 2010-07-28 09:58:51 -04:00
fsnotify.h fsnotify: add groups to fsnotify_inode_groups when registering inode watch 2010-07-28 09:58:51 -04:00
group.c fsnotify: add groups to fsnotify_inode_groups when registering inode watch 2010-07-28 09:58:51 -04:00
inode_mark.c fsnotify: add groups to fsnotify_inode_groups when registering inode watch 2010-07-28 09:58:51 -04:00
Kconfig fsnotify: use def_bool in kconfig instead of letting the user choose 2009-07-21 15:26:26 -04:00
Makefile fsnotify: add marks to inodes so groups can interpret how to handle those inodes 2009-06-11 14:57:53 -04:00
notification.c fsnotify: lock annotation for event replacement 2010-07-28 09:58:50 -04:00