--- zzzz-none-000/linux-3.10.107/fs/fhandle.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/fhandle.c 2021-02-04 17:41:59.000000000 +0000 @@ -228,7 +228,7 @@ 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);