]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/notify/inotify/inotify_fsnotify.c
fsnotify: include vfsmount in should_send_event when appropriate
[mirror_ubuntu-jammy-kernel.git] / fs / notify / inotify / inotify_fsnotify.c
index 0a0f5d0f0d0af6995c21973fd40be6c8191eba9b..8075ae708ed46e3ead63b8b4197bdc6a0c19a22a 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;