summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2018-09-17 13:32:02 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2019-07-06 14:54:50 -0400
commit53c326307156249253be36b33cd6c32f4a24f9b2 (patch)
tree9d3a4bd915307c3056d8c64fadc31f6dddd00e2b /fs/nfs
parentfd87c8b73a0c7689cf3112b35c8c173e8326a5fb (diff)
downloadlinux-0-day-53c326307156249253be36b33cd6c32f4a24f9b2.tar.gz
linux-0-day-53c326307156249253be36b33cd6c32f4a24f9b2.tar.xz
NFS: Allow multiple connections to a NFSv2 or NFSv3 server
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/client.c1
1 files changed, 1 insertions, 0 deletions
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;