]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8751c13fc780a245721beb307f531c4411dba763
tree5fcd76a88df68a31edcc7154ccda9e06906ed9fa
parentbf31ccb8d62f019c4e06ff70ca4a29274314c278
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