NFS: Allow multiple connections to a NFSv2 or NFSv3 server
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 17 Sep 2018 17:32:02 +0000 (13:32 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:50 +0000 (14:54 -0400)
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/client.c

index fa6953e..f6ec884 100644 (file)
@@ -660,6 +660,7 @@ static int nfs_init_server(struct nfs_server *server,
                .net = data->net,
                .timeparms = &timeparms,
                .cred = server->cred,
+               .nconnect = data->nfs_server.nconnect,
        };
        struct nfs_client *clp;
        int error;