• D
    rxrpc: Fix connection-level abort handling · 64753092
    David Howells 提交于
    Fix connection-level abort handling to cache the abort and error codes
    properly so that a new incoming call can be properly aborted if it races
    with the parent connection being aborted by another CPU.
    
    The abort_code and error parameters can then be dropped from
    rxrpc_abort_calls().
    
    Fixes: f5c17aae ("rxrpc: Calls should only have one terminal state")
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    64753092
conn_event.c 12.5 KB