commit | 8022c4b95c3793d7ba28ab0701ea15b5deb46e02 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Apr 13 08:37:37 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Apr 13 08:37:37 2019 +0100 |
tree | 7b172c5703779cf8339c4b1ada906ccecb91e92b | |
parent | d2abfa86ff373bd00634a656c7ad5531747f2bf8 [diff] |
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>