]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd39ce604947af0ce0447c1efdddda88dab20dd97
tree3eaed9f60788fb94a25a456ed3760110704d237e
parent8b4f51f70045c3125cb767bcffcc2ee6fce23e68
SUNRPC: Respect RPC call timeouts when retrying transmission

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

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