diff options
Diffstat (limited to 'fs/inotify_user.c')
-rw-r--r-- | fs/inotify_user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/inotify_user.c b/fs/inotify_user.c index 845dc79a4e9c..8b83c7190067 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c | |||
@@ -253,7 +253,8 @@ inotify_dev_get_event(struct inotify_device *dev) | |||
253 | * Can sleep (calls kernel_event()). | 253 | * Can sleep (calls kernel_event()). |
254 | */ | 254 | */ |
255 | static void inotify_dev_queue_event(struct inotify_watch *w, u32 wd, u32 mask, | 255 | static void inotify_dev_queue_event(struct inotify_watch *w, u32 wd, u32 mask, |
256 | u32 cookie, const char *name) | 256 | u32 cookie, const char *name, |
257 | struct inode *ignored) | ||
257 | { | 258 | { |
258 | struct inotify_user_watch *watch; | 259 | struct inotify_user_watch *watch; |
259 | struct inotify_device *dev; | 260 | struct inotify_device *dev; |