fsnotify: Pass fsnotify_iter_info into handle_event handler
[sfrench/cifs-2.6.git] / kernel / audit_fsnotify.c
index 7ea57e516029d6b82a9e72adfea70d45f538cb2b..e8b371ff1e91ca6767649bd01d201ff8a628db1f 100644 (file)
@@ -168,7 +168,8 @@ static int audit_mark_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 *dname, u32 cookie)
+                                   const unsigned char *dname, u32 cookie,
+                                   struct fsnotify_iter_info *iter_info)
 {
        struct audit_fsnotify_mark *audit_mark;
        const struct inode *inode = NULL;