]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit763504fbe859197bd1a53cfa4b57249a2a8b247c
tree4aa7dbd3ce49a4f6dfe72881790966371b3bdebd
parent44dc4d044e363c8da576a83fefcbd63dd0aae8d3
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: 903ac4abdc33 ("SUNRPC fix regression in umount of a secure mount")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c