From: Tom Talpey Date: Fri, 10 Oct 2008 15:32:34 +0000 (-0400) Subject: RPC/RDMA: correct the reconnect timer backoff X-Git-Tag: v2.6.28-rc1~266^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ca0dce1eafa419059ac4cad9ed522af7052526;p=pandora-kernel.git RPC/RDMA: correct the reconnect timer backoff The RPC/RDMA code had a constant 5-second reconnect backoff, and always performed it, even when re-establishing a connection to a server after the RPC layer closed it due to being idle. Make it an geometric backoff (up to 30 seconds), and don't delay idle reconnect. Signed-off-by: Tom Talpey Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed