diff options
Diffstat (limited to 'fs/notify/dnotify/dnotify.c')
-rw-r--r-- | fs/notify/dnotify/dnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/dnotify/dnotify.c b/fs/notify/dnotify/dnotify.c index bda588b831ad..3344bdd5506e 100644 --- a/fs/notify/dnotify/dnotify.c +++ b/fs/notify/dnotify/dnotify.c | |||
@@ -128,7 +128,7 @@ static int dnotify_handle_event(struct fsnotify_group *group, | |||
128 | * userspace notification for that pair. | 128 | * userspace notification for that pair. |
129 | */ | 129 | */ |
130 | static bool dnotify_should_send_event(struct fsnotify_group *group, | 130 | static bool dnotify_should_send_event(struct fsnotify_group *group, |
131 | struct inode *inode, struct vfsmount *mnt, | 131 | struct inode *inode, |
132 | struct fsnotify_mark *inode_mark, | 132 | struct fsnotify_mark *inode_mark, |
133 | struct fsnotify_mark *vfsmount_mark, | 133 | struct fsnotify_mark *vfsmount_mark, |
134 | __u32 mask, void *data, int data_type) | 134 | __u32 mask, void *data, int data_type) |