Commit 095e7999 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Eric Van Hensbergen

net/9p: Make 9P2000.L the default protocol for 9p file system

If we dont' specify a protocol version default to 9P2000.L. 9P2000.L
have better support for posix semantic and is where all the recent development
is happening.
Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent c1be5a5b
...@@ -127,7 +127,7 @@ static int parse_opts(char *opts, struct p9_client *clnt) ...@@ -127,7 +127,7 @@ static int parse_opts(char *opts, struct p9_client *clnt)
char *s; char *s;
int ret = 0; int ret = 0;
clnt->proto_version = p9_proto_2000u; clnt->proto_version = p9_proto_2000L;
clnt->msize = 8192; clnt->msize = 8192;
if (!opts) if (!opts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment