diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2011-05-09 15:23:04 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-05-27 17:42:47 -0400 |
commit | 559649efb9b0d248541933197bdf7b75529da457 (patch) | |
tree | 9b05d731d8f69e7a922d21c0b29340ea799e79c0 /net/sunrpc/clnt.c | |
parent | 7402ab19cdd5943c7dd4f3399afe3abda8077ef5 (diff) | |
download | linux-3.10-559649efb9b0d248541933197bdf7b75529da457.tar.gz linux-3.10-559649efb9b0d248541933197bdf7b75529da457.tar.bz2 linux-3.10-559649efb9b0d248541933197bdf7b75529da457.zip |
SUNRPC: Remove obsolete comment
Clean up. The documenting comment at the top of net/sunrpc/clnt.c is
out of date. We adopted BSD's RTO estimation mechanism years ago.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index b91f8f943c5..08ed49629b8 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -13,10 +13,6 @@ * and need to be refreshed, or when a packet was damaged in transit. * This may be have to be moved to the VFS layer. * - * NB: BSD uses a more intelligent approach to guessing when a request - * or reply has been lost by keeping the RTO estimate for each procedure. - * We currently make do with a constant timeout value. - * * Copyright (C) 1992,1993 Rick Sladkey <jrs@world.std.com> * Copyright (C) 1995,1996 Olaf Kirch <okir@monad.swb.de> */ |