OSDN Git Service

SUNRPC: Respect RPC call timeouts when retrying transmission
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 7 Mar 2019 19:10:32 +0000 (14:10 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 7 Mar 2019 21:45:51 +0000 (16:45 -0500)
commit7b3fef8e4157ed424bcde039a60a730aa0dfb0eb
tree3eaed9f60788fb94a25a456ed3760110704d237e
parent477687e1116ad16180caf8633dd830b296a5ce73
SUNRPC: Respect RPC call timeouts when retrying transmission

Fix a regression where soft and softconn requests are not timing out
as expected.

Fixes: 89f90fe1ad8b ("SUNRPC: Allow calls to xprt_transmit() to drain...")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c