rxrpc: Separate call retransmission from other conn events
authorDavid Howells <dhowells@redhat.com>
Sat, 8 Oct 2022 13:33:50 +0000 (14:33 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 6 Jan 2023 09:43:31 +0000 (09:43 +0000)
commit30df927b936b2ef21eb07dce9c141c7897609643
treed937030e969b0659b87a67139660577ab5d66896
parent5040011d073d3acdeb58af2b64f84e33bb03abd2
rxrpc: Separate call retransmission from other conn events

Call the rxrpc_conn_retransmit_call() directly from rxrpc_input_packet()
rather than calling it via connection event handling.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
net/rxrpc/ar-internal.h
net/rxrpc/conn_event.c
net/rxrpc/io_thread.c