• David Howells's avatar
    rxrpc: Split the call params from the operation params · 48124178
    David Howells authored
    When rxrpc_sendmsg() parses the control message buffer, it places the
    parameters extracted into a structure, but lumps together call parameters
    (such as user call ID) with operation parameters (such as whether to send
    data, send an abort or accept a call).
    
    Split the call parameters out into their own structure, a copy of which is
    then embedded in the operation parameters struct.
    
    The call parameters struct is then passed down into the places that need it
    instead of passing the individual parameters.  This allows for extra call
    parameters to be added.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    48124178
ar-internal.h 39.9 KB