rxrpc: Clean up connection abort
Clean up connection abort, using the connection state_lock to gate access
to change that state, and use an rxrpc_call_completion value to indicate
the difference between local and remote aborts as these can be pasted
directly into the call state.
Signed-off-by:
David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Showing
- include/trace/events/rxrpc.h 2 additions, 0 deletionsinclude/trace/events/rxrpc.h
- net/rxrpc/ar-internal.h 27 additions, 19 deletionsnet/rxrpc/ar-internal.h
- net/rxrpc/call_object.c 2 additions, 6 deletionsnet/rxrpc/call_object.c
- net/rxrpc/conn_event.c 81 additions, 152 deletionsnet/rxrpc/conn_event.c
- net/rxrpc/insecure.c 4 additions, 14 deletionsnet/rxrpc/insecure.c
- net/rxrpc/output.c 56 additions, 0 deletionsnet/rxrpc/output.c
- net/rxrpc/proc.c 6 additions, 4 deletionsnet/rxrpc/proc.c
- net/rxrpc/rxkad.c 10 additions, 18 deletionsnet/rxrpc/rxkad.c
Loading
Please register or sign in to comment