]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
rxrpc: Note a successfully aborted kernel operation
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Apr 2017 09:11:59 +0000 (10:11 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 6 Apr 2017 09:11:59 +0000 (10:11 +0100)
commit84a4c09c38903a92ba670375efea5165949a465b
treed9ffadcdd79e07dc8c68c2595272583e287b8a47
parent3a92789af0d625caff1e0bf5701aec8edf0d057d
rxrpc: Note a successfully aborted kernel operation

Make rxrpc_kernel_abort_call() return an indication as to whether it
actually aborted the operation or not so that kafs can trace the failure of
the operation.  Note that 'success' in this context means changing the
state of the call, not necessarily successfully transmitting an ABORT
packet.

Signed-off-by: David Howells <dhowells@redhat.com>
include/net/af_rxrpc.h
net/rxrpc/sendmsg.c