OSDN Git Service

fsnotify: send path type events to group with super block marks
authorAmir Goldstein <amir73il@gmail.com>
Sat, 1 Sep 2018 07:41:12 +0000 (10:41 +0300)
committerJan Kara <jack@suse.cz>
Mon, 3 Sep 2018 13:14:04 +0000 (15:14 +0200)
commit60f7ed8c7c4d06aeda448c6da74621552ee739aa
tree94ac8c4f7af3707778c0bad661c0ced6a63ae736
parent1e6cb72399fd58b38a1c11055ef18fe01f535cda
fsnotify: send path type events to group with super block marks

Send events to group if super block mark mask matches the event
and unless the same group has an ignore mask on the vfsmount or
the inode on which the event occurred.

Soon, fanotify backend is going to support super block marks and
fanotify backend only supports path type events.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/fsnotify.c