linux-stable/Documentation
David Howells 2d689424b6 rxrpc: Move call state changes from sendmsg to I/O thread
Move all the call state changes that are made in rxrpc_sendmsg() to the I/O
thread.  This is a step towards removing the call state lock.

This requires the switch to the RXRPC_CALL_CLIENT_AWAIT_REPLY and
RXRPC_CALL_SERVER_SEND_REPLY states to be done when the last packet is
decanted from ->tx_sendmsg to ->tx_buffer in the I/O thread, not when it is
added to ->tx_sendmsg by sendmsg().

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
2023-01-06 09:43:33 +00:00
..
2022-12-23 12:00:24 -08:00
2022-12-19 08:34:39 -06:00
2022-12-14 12:20:00 -08:00
2022-12-19 08:54:17 -06:00
2022-11-15 10:07:40 +01:00
2022-12-21 10:18:17 -08:00
2022-10-09 22:30:23 -07:00
2022-12-13 19:29:45 -08:00
2022-12-12 13:55:31 -08:00
2022-09-28 09:02:45 +02:00
2022-12-21 18:57:24 -08:00
2022-12-14 09:15:43 -08:00
2022-10-03 16:39:37 -07:00