• David Howells's avatar
    rxrpc: Remove atomic handling on some fields only used in I/O thread · 693f9c13
    David Howells authored
    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: default avatarDavid 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
    693f9c13
call_event.c 14.4 KB