aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode_dotl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_inode_dotl.c')
-rw-r--r--fs/9p/vfs_inode_dotl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode_dotl.c b/fs/9p/vfs_inode_dotl.c
index 1ee10c89df97..b97619fed196 100644
--- a/fs/9p/vfs_inode_dotl.c
+++ b/fs/9p/vfs_inode_dotl.c
@@ -259,7 +259,7 @@ v9fs_vfs_atomic_open_dotl(struct inode *dir, struct dentry *dentry,
259 struct dentry *res = NULL; 259 struct dentry *res = NULL;
260 260
261 if (d_unhashed(dentry)) { 261 if (d_unhashed(dentry)) {
262 res = v9fs_vfs_lookup(dir, dentry, NULL); 262 res = v9fs_vfs_lookup(dir, dentry, 0);
263 if (IS_ERR(res)) 263 if (IS_ERR(res))
264 return PTR_ERR(res); 264 return PTR_ERR(res);
265 265