aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r--include/linux/fsnotify_backend.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 84159390969f..225dc0c3a48c 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -92,9 +92,10 @@ struct fsnotify_event_private_data;
92 */ 92 */
93struct fsnotify_ops { 93struct fsnotify_ops {
94 bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode, 94 bool (*should_send_event)(struct fsnotify_group *group, struct inode *inode,
95 struct vfsmount *mnt, __u32 mask, void *data, 95 struct vfsmount *mnt, struct fsnotify_mark *mark,
96 int data_type); 96 __u32 mask, void *data, int data_type);
97 int (*handle_event)(struct fsnotify_group *group, struct fsnotify_event *event); 97 int (*handle_event)(struct fsnotify_group *group, struct fsnotify_mark *mark,
98 struct fsnotify_event *event);
98 void (*free_group_priv)(struct fsnotify_group *group); 99 void (*free_group_priv)(struct fsnotify_group *group);
99 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group); 100 void (*freeing_mark)(struct fsnotify_mark *mark, struct fsnotify_group *group);
100 void (*free_event_priv)(struct fsnotify_event_private_data *priv); 101 void (*free_event_priv)(struct fsnotify_event_private_data *priv);