Skip to content
  • David Howells's avatar
    rxrpc: Add RCU destruction for connections and calls · dee46364
    David Howells authored
    
    
    Add RCU destruction for connections and calls as the RCU lookup from the
    transport socket data_ready handler is going to come along shortly.
    
    Whilst we're at it, move the cleanup workqueue flushing and RCU barrierage
    into the destruction code for the objects that need it (locals and
    connections) and add the extra RCU barrier required for connection cleanup.
    
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    dee46364