diff mbox series

[9/9] NFS: Allow multiple connections to a NFSv2 or NFSv3 server

Message ID 155917688890.3988.6853021482514542804.stgit@noble.brown (mailing list archive)
State New, archived
Headers show
Series Multiple network connections for a single NFS mount. | expand

Commit Message

NeilBrown May 30, 2019, 12:41 a.m. UTC
From: Trond Myklebust <trond.myklebust@hammerspace.com>

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: NeilBrown <neilb@suse.com>
---
 fs/nfs/client.c |    1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index 9005643b0db4..c99bab2a6cb0 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -664,6 +664,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;