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:
689d7ba
)
nfs: fix out-of-date connectathon talk URL
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 18 Jun 2019 20:43:11 +0000
(16:43 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 3 Jul 2019 21:52:09 +0000
(17:52 -0400)
Reported-by: David Wysochanski <dwysocha@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc_xprt.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/svc_xprt.c
b/net/sunrpc/svc_xprt.c
index 869ce77379975876326595b0df6b8c68cf68b881..de3c077733a7a6ea48de4f20ce2aa6654607b9e8 100644
(file)
--- a/
net/sunrpc/svc_xprt.c
+++ b/
net/sunrpc/svc_xprt.c
@@
-35,7
+35,7
@@
static void svc_delete_xprt(struct svc_xprt *xprt);
/* apparently the "standard" is that clients close
* idle connections after 5 minutes, servers after
* 6 minutes
- * http://
www.connectathon.org/talks
96/nfstcp.pdf
+ * http://
nfsv4bat.org/Documents/ConnectAThon/19
96/nfstcp.pdf
*/
static int svc_conn_age_period = 6*60;