]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Ensure that call_connect times out correctly
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Mar 2014 16:51:44 +0000 (12:51 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Mar 2014 19:14:18 +0000 (15:14 -0400)
commit3eaa06cb5e3b73319c413d21bc48a431f5559647
tree560c2aab7afbb9401f7831936d4cace7fa257df0
parentd81d3699b159d8d2bf3d91aaaa57ae21ecb266ef
SUNRPC: Ensure that call_connect times out correctly

When the server is unavailable due to a networking error, etc, we want
the RPC client to respect the timeout delays when attempting to reconnect.

Reported-by: Neil Brown <neilb@suse.de>
Fixes: 183ca55d26fc (SUNRPC: call_connect_status should recheck bind..)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/clnt.c