commit | 3a92789af0d625caff1e0bf5701aec8edf0d057d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 06 10:11:56 2017 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Apr 06 10:11:56 2017 +0100 |
tree | 8ad074e2048b742c7c4e8aebfbb3aeadc552a525 | |
parent | faeeb317a5615076dff1ff44b51e862e6064dbd0 [diff] |
rxrpc: Use negative error codes in rxrpc_call struct Use negative error codes in struct rxrpc_call::error because that's what the kernel normally deals with and to make the code consistent. We only turn them positive when transcribing into a cmsg for userspace recvmsg. Signed-off-by: David Howells <dhowells@redhat.com>