• D
    rxrpc: Only set/transmit aborts in the I/O thread · a343b174
    David Howells 提交于
    Only set the abort call completion state in the I/O thread and only
    transmit ABORT packets from there.  rxrpc_abort_call() can then be made to
    actually send the packet.
    
    Further, ABORT packets should only be sent if the call has been exposed to
    the network (ie. at least one attempted DATA transmission has occurred for
    it).
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    a343b174
rxrpc.h 54.9 KB