aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fhandle.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fhandle.c')
-rw-r--r--fs/fhandle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fhandle.c b/fs/fhandle.c
index d59712dfa3e7..ca3c3dd01789 100644
--- a/fs/fhandle.c
+++ b/fs/fhandle.c
@@ -228,7 +228,7 @@ long do_handle_open(int mountdirfd,
228 path_put(&path); 228 path_put(&path);
229 return fd; 229 return fd;
230 } 230 }
231 file = file_open_root(path.dentry, path.mnt, "", open_flag); 231 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0);
232 if (IS_ERR(file)) { 232 if (IS_ERR(file)) {
233 put_unused_fd(fd); 233 put_unused_fd(fd);
234 retval = PTR_ERR(file); 234 retval = PTR_ERR(file);