From: Chuck Lever Date: Thu, 11 Aug 2005 20:25:14 +0000 (-0400) Subject: [PATCH] NFS: use a constant value for TCP retransmit timeouts X-Git-Tag: v2.6.15-rc1~733^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab5c084b858fd95a873fc2b97de9a9ad937b4ed;p=pandora-kernel.git [PATCH] NFS: use a constant value for TCP retransmit timeouts Implement a best practice: don't use exponential backoff when computing retransmit timeout values on TCP connections, but simply retransmit at regular intervals. This also fixes a bug introduced when xprt_reset_majortimeo() was added. Test-plan: Enable RPC debugging and watch timeout behavior on a NFS/TCP mount. Version: Thu, 11 Aug 2005 16:02:19 -0400 Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed