projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd87c8b
)
NFS: Allow multiple connections to a NFSv2 or NFSv3 server
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Mon, 17 Sep 2018 17:32:02 +0000
(13:32 -0400)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:50 +0000
(14:54 -0400)
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/client.c
patch
|
blob
|
history
diff --git
a/fs/nfs/client.c
b/fs/nfs/client.c
index fa6953e56a71dcec90de1c096e1b1a11cbdf365c..f6ec884398bd241fbb212a946fd8a148941f5cd6 100644
(file)
--- 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;