]> 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)
commitc5358abd017601c9f33419dd61e7669538d942ee
treed9ffadcdd79e07dc8c68c2595272583e287b8a47
parent30813fbb433b300f92c3aeee31cc7ec1bc855595
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