OSDN Git Service

SUNRPC: Handle connection breakages correctly in call_status()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 16 Aug 2019 12:58:48 +0000 (08:58 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 26 Aug 2019 19:31:29 +0000 (15:31 -0400)
commitc82e5472c9980e0e483f4b689044150eefaca408
tree4aa7dbd3ce49a4f6dfe72881790966371b3bdebd
parentd5711920ec6e578f51db95caa6f185f5090b865e
SUNRPC: Handle connection breakages correctly in call_status()

If the connection breaks while we're waiting for a reply from the
server, then we want to immediately try to reconnect.

Fixes: ec6017d90359 ("SUNRPC fix regression in umount of a secure mount")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c