• David Howells's avatar
    rxrpc: Fix call leak · 49df54a6
    David Howells authored
    When retransmitting a packet, rxrpc_resend() shouldn't be attaching a ref
    to the call to the txbuf as that pins the call and prevents the call from
    clearing the packet buffer.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    Fixes: d57a3a15 ("rxrpc: Save last ACK's SACK table rather than marking txbufs")
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    49df54a6
call_event.c 12.3 KB