commit | 1157f153f37a8586765034470e4f00a4a6c4ce6f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Mar 16 16:27:47 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Mar 16 16:27:47 2017 +0000 |
tree | dba156f463cd8223fe7f2bc7a66d05fb91d80a35 | |
parent | 146a1192783697810b63a1e41c4d59fc93387340 [diff] |
afs: Invalid op ID should abort with RXGEN_OPCODE When we are given an invalid operation ID, we should abort that with RXGEN_OPCODE rather than RX_INVALID_OPERATION. Also map RXGEN_OPCODE to -ENOTSUPP. Signed-off-by: David Howells <dhowells@redhat.com>