afs: Differentiate abort due to unmarshalling from other errors
authorDavid Howells <dhowells@redhat.com>
Sat, 13 Apr 2019 07:37:37 +0000 (08:37 +0100)
committerDavid Howells <dhowells@redhat.com>
Sat, 13 Apr 2019 07:37:37 +0000 (08:37 +0100)
commit8022c4b95c3793d7ba28ab0701ea15b5deb46e02
tree7b172c5703779cf8339c4b1ada906ccecb91e92b
parentd2abfa86ff373bd00634a656c7ad5531747f2bf8
afs: Differentiate abort due to unmarshalling from other errors

Differentiate an abort due to an unmarshalling error from an abort due to
other errors, such as ENETUNREACH.  It doesn't make sense to set abort code
RXGEN_*_UNMARSHAL in such a case, so use RX_USER_ABORT instead.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rxrpc.c