summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust2018-09-17 19:32:02 +0200
committerTrond Myklebust2019-07-06 20:54:50 +0200
commit53c326307156249253be36b33cd6c32f4a24f9b2 (patch)
tree9d3a4bd915307c3056d8c64fadc31f6dddd00e2b /fs/nfs
parentNFS: Display the "nconnect" mount option if it is set. (diff)
downloadkernel-qcow2-linux-53c326307156249253be36b33cd6c32f4a24f9b2.tar.gz
kernel-qcow2-linux-53c326307156249253be36b33cd6c32f4a24f9b2.tar.xz
kernel-qcow2-linux-53c326307156249253be36b33cd6c32f4a24f9b2.zip
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 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;