X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Ffhandle.c;h=ca3c3dd017897936d114e0adb76ec120794f1cfc;hb=9d201a0303e571bfb82cb680f9dda32505d7faf6;hp=d59712dfa3e701e86ff53609308e813cf8acf69e;hpb=5c755fe142b421d295e7dd64a9833c12abbfd28e;p=firefly-linux-kernel-4.4.55.git 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, path_put(&path); return fd; } - file = file_open_root(path.dentry, path.mnt, "", open_flag); + file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); if (IS_ERR(file)) { put_unused_fd(fd); retval = PTR_ERR(file);