Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235007
b: refs/heads/master
c: 9332685
h: refs/heads/master
i:
  235005: f85805d
  235003: de0e4ea
  234999: a451c4a
  234991: 99b9f5e
  234975: c9d9bd1
  234943: a94e191
  234879: e39006e
  234751: 5f788bb
  234495: 17e5225
v: v3
  • Loading branch information
Venkateswararao Jujjuri (JV) authored and Eric Van Hensbergen committed Mar 15, 2011
1 parent f4a0a7e commit f469f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d344b0fb72e00339625464c5a29711906fa70b8b
refs/heads/master: 9332685dffed3b402816c3564342f3e2df0c83ef
6 changes: 2 additions & 4 deletions trunk/fs/9p/v9fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,8 @@ static int v9fs_parse_options(struct v9fs_session_info *v9ses, char *opts)
v9ses->flags |= V9FS_ACCESS_CLIENT;
#else
P9_DPRINTK(P9_DEBUG_ERROR,
"access=client option not supported\n");
kfree(s);
ret = -EINVAL;
goto free_and_return;
"Not defined CONFIG_9P_FS_POSIX_ACL. "
"Ignoring access=client option\n");
#endif
} else {
v9ses->flags |= V9FS_ACCESS_SINGLE;
Expand Down

0 comments on commit f469f1f

Please sign in to comment.