aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/open.c')
-rw-r--r--fs/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/open.c b/fs/open.c
index 94d54d3efa8b..bf082635e257 100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -889,7 +889,7 @@ long do_sys_open(int dfd, const char __user *filename, int flags, int mode)
889 put_unused_fd(fd); 889 put_unused_fd(fd);
890 fd = PTR_ERR(f); 890 fd = PTR_ERR(f);
891 } else { 891 } else {
892 fsnotify_open(f->f_path.dentry); 892 fsnotify_open(f);
893 fd_install(fd, f); 893 fd_install(fd, f);
894 } 894 }
895 } 895 }