diff options
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index d38f922977f9..9bbfd7204b04 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -92,7 +92,7 @@ struct fsnotify_event_private_data; | |||
92 | */ | 92 | */ |
93 | struct fsnotify_ops { | 93 | struct 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, struct fsnotify_mark *inode_mark, | 95 | struct fsnotify_mark *inode_mark, |
96 | struct fsnotify_mark *vfsmount_mark, | 96 | struct fsnotify_mark *vfsmount_mark, |
97 | __u32 mask, void *data, int data_type); | 97 | __u32 mask, void *data, int data_type); |
98 | int (*handle_event)(struct fsnotify_group *group, | 98 | int (*handle_event)(struct fsnotify_group *group, |