commit | cf69207afa2a750ba78782bb4ff4d72c1efb8e6b | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 06 08:11:50 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 06 08:11:50 2016 +0100 |
tree | 61f078ad0f755304a3603ce57c28c2d47b9e995c | |
parent | 94bc669efa3beb1f6b171f5a3225079bc457d4a2 [diff] |
rxrpc: Return negative error code to kernel service In rxrpc_kernel_recv_data(), when we return the error number incurred by a failed call, we must negate it before returning it as it's stored as positive (that's what we have to pass back to userspace). Signed-off-by: David Howells <dhowells@redhat.com>