From: Trond Myklebust Date: Mon, 17 Sep 2018 17:32:02 +0000 (-0400) Subject: NFS: Allow multiple connections to a NFSv2 or NFSv3 server X-Git-Tag: v5.3-rc1~35^2~26^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c326307156249253be36b33cd6c32f4a24f9b2;p=thirdparty%2Fkernel%2Flinux.git NFS: Allow multiple connections to a NFSv2 or NFSv3 server Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/client.c b/fs/nfs/client.c index fa6953e56a71d..f6ec884398bd2 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c @@ -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;