rxrpc: Strip barriers and atomics off of timer tracking
authorDavid Howells <dhowells@redhat.com>
Tue, 30 Jan 2024 16:39:15 +0000 (16:39 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 29 Feb 2024 15:49:57 +0000 (15:49 +0000)
commitd73f3a7488754b01a9b86154763f266dcde6ca4e
tree183d4e207a7b08536fdf896be930250815f3afad
parent17469ae0582aaacad36e8e858f58b86c369f21ef
rxrpc: Strip barriers and atomics off of timer tracking

Strip the atomic ops and barriering off of the call timer tracking as this
is handled solely within the I/O thread, except for expect_term_by which is
set by sendmsg().

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/conn_client.c
net/rxrpc/input.c
net/rxrpc/output.c