rxrpc: Remove atomic handling on some fields only used in I/O thread
authorDavid Howells <dhowells@redhat.com>
Mon, 29 Jan 2024 22:29:58 +0000 (22:29 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 29 Feb 2024 15:49:58 +0000 (15:49 +0000)
commit693f9c13ec890b0ab36dfb9a5441fdce47255737
tree2092d99b212f67446b742583dd7e5d0a16c59ef6
parentd73f3a7488754b01a9b86154763f266dcde6ca4e
rxrpc: Remove atomic handling on some fields only used in I/O thread

call->tx_transmitted and call->acks_prev_seq don't need to be managed with
cmpxchg() and barriers as it's only used within the singular I/O thread.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: linux-afs@lists.infradead.org
cc: netdev@vger.kernel.org
net/rxrpc/call_event.c
net/rxrpc/output.c