aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/fid.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/fid.c')
-rw-r--r--fs/9p/fid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/9p/fid.c b/fs/9p/fid.c
index 7317b39b2815..5d6cfcbf73e7 100644
--- a/fs/9p/fid.c
+++ b/fs/9p/fid.c
@@ -152,7 +152,8 @@ struct p9_fid *v9fs_fid_lookup(struct dentry *dentry)
152 if (access == V9FS_ACCESS_SINGLE) 152 if (access == V9FS_ACCESS_SINGLE)
153 return ERR_PTR(-EPERM); 153 return ERR_PTR(-EPERM);
154 154
155 if (v9fs_proto_dotu(v9ses)) 155 if (v9fs_proto_dotu(v9ses) ||
156 v9fs_proto_dotl(v9ses))
156 uname = NULL; 157 uname = NULL;
157 else 158 else
158 uname = v9ses->uname; 159 uname = v9ses->uname;