Commit 53c32630 authored by Trond Myklebust's avatar Trond Myklebust

NFS: Allow multiple connections to a NFSv2 or NFSv3 server

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent fd87c8b7
......@@ -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;
......
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