diff options
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index dea48bee057d..c2a04b7e4fca 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -79,7 +79,8 @@ struct fsnotify_event_private_data; | |||
79 | */ | 79 | */ |
80 | struct fsnotify_ops { | 80 | struct fsnotify_ops { |
81 | bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode, | 81 | bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode, |
82 | __u32 mask, void *data, int data_type); | 82 | struct vfsmount *mnt, __u32 mask, void *data, |
83 | int data_type); | ||
83 | int (*handle_event)(struct fsnotify_group *group, struct fsnotify_event *event); | 84 | int (*handle_event)(struct fsnotify_group *group, struct fsnotify_event *event); |
84 | void (*free_group_priv)(struct fsnotify_group *group); | 85 | void (*free_group_priv)(struct fsnotify_group *group); |
85 | void (*freeing_mark)(struct fsnotify_mark_entry *entry, struct fsnotify_group *group); | 86 | void (*freeing_mark)(struct fsnotify_mark_entry *entry, struct fsnotify_group *group); |