SUNRPC: Handle connection issues correctly on the back channel
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 19 Jun 2015 17:04:13 +0000 (13:04 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 19 Jun 2015 17:04:13 +0000 (13:04 -0400)
commit3832591e6fa53d8126d5e21446f225cda278d91a
treede6a531a277d6a4b37d5281a0a7447ac92930734
parentdfad7000f32e3a6187e1ee36d52494d821553f2b
SUNRPC: Handle connection issues correctly on the back channel

If the back channel is disconnected, we can and should just fail the
transmission. The expectation is that the NFSv4.1 server will always
retransmit any outstanding callbacks once the connection is
re-established.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/clnt.c