NFS: Allow multiple connections to a NFSv2 or NFSv3 server

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
Trond Myklebust 2018-09-17 13:32:02 -04:00
parent fd87c8b73a
commit 53c3263071
1 changed files with 1 additions and 0 deletions

View 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;