commit | 5f52a9d429b8ba8f9d669730adf16bc534eb74ea | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Feb 16 09:31:47 2019 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Feb 20 17:35:58 2019 -0500 |
tree | 30aad853a825e04cb4700f1ddfd39e959bec0de9 | |
parent | 727fcc64a0f8d346bdd60a7c92e9e720228ce037 [diff] |
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive If the client stream receive code receives an ESHUTDOWN error either because the server closed the connection, or because it sent a callback which cannot be processed, then we should shut down the connection. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>