diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-09-17 20:32:02 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-07-06 21:54:50 +0300 |
commit | 53c326307156249253be36b33cd6c32f4a24f9b2 (patch) | |
tree | 9d3a4bd915307c3056d8c64fadc31f6dddd00e2b /fs/nfs | |
parent | fd87c8b73a0c7689cf3112b35c8c173e8326a5fb (diff) | |
download | linux-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.c | 1 |
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; |