fsnotify: Pass fsnotify_iter_info into handle_event handler
[sfrench/cifs-2.6.git] / fs / notify / inotify / inotify_fsnotify.c
index f310d8368a2d8b7143b143426fd3ada6db0b7659..ccd6a4055e0c3dd06cab2733c9c4043af8c588c3 100644 (file)
@@ -68,7 +68,8 @@ int inotify_handle_event(struct fsnotify_group *group,
                         struct fsnotify_mark *inode_mark,
                         struct fsnotify_mark *vfsmount_mark,
                         u32 mask, const void *data, int data_type,
-                        const unsigned char *file_name, u32 cookie)
+                        const unsigned char *file_name, u32 cookie,
+                        struct fsnotify_iter_info *iter_info)
 {
        struct inotify_inode_mark *i_mark;
        struct inotify_event_info *event;