diff options
Diffstat (limited to 'fs/notify/dnotify')
-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 7e54e52964dd..85b97fca14de 100644 --- a/fs/notify/dnotify/dnotify.c +++ b/fs/notify/dnotify/dnotify.c | |||
@@ -362,7 +362,7 @@ int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) | |||
362 | dnentry = container_of(entry, struct dnotify_mark_entry, fsn_entry); | 362 | dnentry = container_of(entry, struct dnotify_mark_entry, fsn_entry); |
363 | spin_lock(&entry->lock); | 363 | spin_lock(&entry->lock); |
364 | } else { | 364 | } else { |
365 | fsnotify_add_mark(new_entry, dnotify_group, inode); | 365 | fsnotify_add_mark(new_entry, dnotify_group, inode, 0); |
366 | spin_lock(&new_entry->lock); | 366 | spin_lock(&new_entry->lock); |
367 | entry = new_entry; | 367 | entry = new_entry; |
368 | dnentry = new_dnentry; | 368 | dnentry = new_dnentry; |