]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sunrpc/svc_xprt.c
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / net / sunrpc / svc_xprt.c
index 869ce77379975876326595b0df6b8c68cf68b881..de3c077733a7a6ea48de4f20ce2aa6654607b9e8 100644 (file)
@@ -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/talks96/nfstcp.pdf
+ *   http://nfsv4bat.org/Documents/ConnectAThon/1996/nfstcp.pdf
  */
 static int svc_conn_age_period = 6*60;