]> 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)
commit54d131e4c8413f5166860558e62bc8fc9a359445
tree7b172c5703779cf8339c4b1ada906ccecb91e92b
parent02530d93c5f8808b454847110ea568d047e06136
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