From: David Howells <dhowe...@redhat.com> Date: Thu, 09 Mar 2017 08:10:32 +0000
> If rxrpc_kernel_send_data() is asked to send data through a call that has > already failed (due to a remote abort, received protocol error or network > error), then return the associated error code saved in the call rather than > ESHUTDOWN. > > This allows the caller to work out whether to ask for the abort code or not > based on this. > > Signed-off-by: David Howells <dhowe...@redhat.com> Applied, thanks David.