diff options
Diffstat (limited to 'fs/notify/inotify')
-rw-r--r-- | fs/notify/inotify/inotify_fsnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/inotify/inotify_fsnotify.c b/fs/notify/inotify/inotify_fsnotify.c index fc7c4952e6a2..1f33234cc308 100644 --- a/fs/notify/inotify/inotify_fsnotify.c +++ b/fs/notify/inotify/inotify_fsnotify.c | |||
@@ -87,7 +87,7 @@ static void inotify_freeing_mark(struct fsnotify_mark_entry *entry, struct fsnot | |||
87 | } | 87 | } |
88 | 88 | ||
89 | static bool inotify_should_send_event(struct fsnotify_group *group, struct inode *inode, | 89 | static bool inotify_should_send_event(struct fsnotify_group *group, struct inode *inode, |
90 | __u32 mask, int data_type) | 90 | __u32 mask, void *data, int data_type) |
91 | { | 91 | { |
92 | struct fsnotify_mark_entry *entry; | 92 | struct fsnotify_mark_entry *entry; |
93 | bool send; | 93 | bool send; |