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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=53c326307156249253be36b33cd6c32f4a24f9b2;p=openwrt%2Fstaging%2Fblogic.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 fa6953e56a71..f6ec884398bd 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;