]> www.infradead.org Git - users/dwmw2/linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Sep 2019 05:18:03 +0000 (07:18 +0200)
commit1fb6db57b831bdbfcf9adde3617d56fad2511381
tree6ba249440d12c86ac0a7e47d4358fc26cccbcb24
parent5d96613b372d0357c9eaef41b17a4971a31365b3
SUNRPC: Handle connection breakages correctly in call_status()

commit c82e5472c9980e0e483f4b689044150eefaca408 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sunrpc/clnt.c