fsnotify: include vfsmount in should_send_event when appropriate
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / notify / inotify / inotify_fsnotify.c
index 0a0f5d0..8075ae7 100644 (file)
@@ -141,7 +141,8 @@ static void inotify_freeing_mark(struct fsnotify_mark_entry *entry, struct fsnot
 }
 
 static bool inotify_should_send_event(struct fsnotify_group *group, struct inode *inode,
-                                     __u32 mask, void *data, int data_type)
+                                     struct vfsmount *mnt, __u32 mask, void *data,
+                                     int data_type)
 {
        struct fsnotify_mark_entry *entry;
        bool send;