]> git.baikalelectronics.ru Git - 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)
commitc262b17a96249f9c02f291641821dbfddbf8f8f4
treed9ffadcdd79e07dc8c68c2595272583e287b8a47
parentd289697c4fc3b227e70935f5bdc729e5eb641d83
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