fanotify: Avoid lost events due to ENOMEM for unlimited queues
[sfrench/cifs-2.6.git] / fs / notify / fanotify / fanotify.h
index 256d9d1ddea9c691ab81a4c35a6746ddc1f87951..8609ba06f4745769e70a69e61a4f0813b0902477 100644 (file)
@@ -52,5 +52,6 @@ static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse)
        return container_of(fse, struct fanotify_event_info, fse);
 }
 
-struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask,
+struct fanotify_event_info *fanotify_alloc_event(struct fsnotify_group *group,
+                                                struct inode *inode, u32 mask,
                                                 const struct path *path);