aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/inotify')
-rw-r--r--fs/notify/inotify/inotify_fsnotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/inotify/inotify_fsnotify.c b/fs/notify/inotify/inotify_fsnotify.c
index 160da5486839..7ef75b83247e 100644
--- a/fs/notify/inotify/inotify_fsnotify.c
+++ b/fs/notify/inotify/inotify_fsnotify.c
@@ -95,6 +95,7 @@ static bool inotify_should_send_event(struct fsnotify_group *group, struct inode
95 if (!entry) 95 if (!entry)
96 return false; 96 return false;
97 97
98 mask = (mask & ~FS_EVENT_ON_CHILD);
98 send = (entry->mask & mask); 99 send = (entry->mask & mask);
99 100
100 /* find took a reference */ 101 /* find took a reference */