]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaa09939f734957cf28cea0d0fd36fe5e60cadbb5
tree94ac8c4f7af3707778c0bad661c0ced6a63ae736
parent10a6de729065a6f9637ee183dac8801025207e13
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