lkml.org 
[lkml]   [2013]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/2] net/9p: Make 9P2000.L the default protocol for 9p file system
    Date
    From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>

    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: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
    ---
    net/9p/client.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/net/9p/client.c b/net/9p/client.c
    index 8eb7542..812a4cd 100644
    --- a/net/9p/client.c
    +++ b/net/9p/client.c
    @@ -127,7 +127,7 @@ static int parse_opts(char *opts, struct p9_client *clnt)
    char *s;
    int ret = 0;

    - clnt->proto_version = p9_proto_2000u;
    + clnt->proto_version = p9_proto_2000L;
    clnt->msize = 8192;

    if (!opts)
    --
    1.8.1.2


    \
     
     \ /
      Last update: 2013-05-20 09:21    [W:2.993 / U:2.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site