From patchwork Mon May 9 19:23:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever III X-Patchwork-Id: 770302 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p49JMgqs002703 for ; Mon, 9 May 2011 19:23:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754102Ab1EITXJ (ORCPT ); Mon, 9 May 2011 15:23:09 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:35883 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751261Ab1EITXJ (ORCPT ); Mon, 9 May 2011 15:23:09 -0400 Received: by yia27 with SMTP id 27so1910774yia.19 for ; Mon, 09 May 2011 12:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:subject:to:cc:date:message-id :in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=FjjHY4CCtX0tfxOjkfBmxZO36ERTeJBH5DhacSxvDa4=; b=u4cMJQYJhjAAodfa3vtnqStHbDAzvO7P6tvt0cAFapI4/oQ7cdWskjp+5Tr5QVPTcG figfU7MOnVyZ3A4NHBoLI4mEgzm0FRSx5W9et/JeNzz31i1kYTZRMEYbjD62YRmh/hWJ oEeIU8PIkru/xPMRYIx3qMf5tTICIQvPqob2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:subject:to:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; b=ExJKtrSEXM1qEzws5DPaDN/UhkTzWGOwRT/Ko1vrDePvsw7BgaP9ji1OZwIAs8MS/y /9kUmoLDpMDiDW8wNJO+owVvO/PxKPZn4ChORvcQTQbTIQZUT7MUkp+Eo24hfJyy3OtD 0pe8OKvvaq8gLUG8bbcfUGWoDBdcMbZel38Q0= Received: by 10.236.78.36 with SMTP id f24mr8682569yhe.250.1304968988056; Mon, 09 May 2011 12:23:08 -0700 (PDT) Received: from matisse.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net [99.26.161.222]) by mx.google.com with ESMTPS id u5sm2743034yhn.51.2011.05.09.12.23.05 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 May 2011 12:23:06 -0700 (PDT) From: Chuck Lever Subject: [PATCH 6/6] SUNRPC: Remove obsolete comment To: trond.myklebust@netapp.com Cc: linux-nfs@vger.kernel.org Date: Mon, 09 May 2011 15:23:04 -0400 Message-ID: <20110509192304.16449.52561.stgit@matisse.1015granger.net> In-Reply-To: <20110509191859.16449.73749.stgit@matisse.1015granger.net> References: <20110509191859.16449.73749.stgit@matisse.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 09 May 2011 19:23:10 +0000 (UTC) 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 --- net/sunrpc/clnt.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index c0b03df..b84d739 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 * Copyright (C) 1995,1996 Olaf Kirch */