OSDN Git Service

SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 19 Mar 2019 15:24:54 +0000 (11:24 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 23 Mar 2019 15:51:22 +0000 (11:51 -0400)
commitd84dd3fb82fa7a094de7f08f10610d55a70cf0ca
tree5fcd76a88df68a31edcc7154ccda9e06906ed9fa
parent0cb98abb5bd13b9a636bde603d952d722688b428
SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected

If the transport is still connected, then we do want to allow
RPC_SOFTCONN tasks to retry. They should time out if and only if
the connection is broken.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c