]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf6612dff9c9084b83f65e9aef652d1f862915d2
tree7b172c5703779cf8339c4b1ada906ccecb91e92b
parent6914a8cee527ae5863d6274d389075bd0e43841f
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