• David Howells's avatar
    rxrpc: Fix overlapping ACK accounting · 8940ba3c
    David Howells authored
    Fix accidental overlapping of Rx-phase ACK accounting with Tx-phase ACK
    accounting through variables shared between the two.  call->acks_* members
    refer to ACKs received in the Tx phase and call->ackr_* members to ACKs
    sent/to be sent during the Rx phase.
    
    Fixes: 1a2391c3 ("rxrpc: Fix detection of out of order acks")
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Jeffrey Altman <jaltman@auristor.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8940ba3c
ar-internal.h 42.4 KB