linux/fs/notify
Amir Goldstein 92183a4289 fsnotify: fix ignore mask logic in send_to_group()
The ignore mask logic in send_to_group() does not match the logic
in fanotify_should_send_event(). In the latter, a vfsmount mark ignore
mask precedes an inode mark mask and in the former, it does not.

That difference may cause events to be sent to fanotify backend for no
reason. Fix the logic in send_to_group() to match that of
fanotify_should_send_event().

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2018-04-13 15:52:49 +02:00
..
dnotify
fanotify fanotify: fix logic of events on child 2018-04-09 16:30:14 +02:00
inotify Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2018-04-05 19:17:50 -07:00
Kconfig
Makefile
fdinfo.c
fdinfo.h
fsnotify.c fsnotify: fix ignore mask logic in send_to_group() 2018-04-13 15:52:49 +02:00
fsnotify.h
group.c
mark.c
notification.c