bfc6d9d KCM: Remove mem_ctx from kcm_new_req()

1 file Authored by fidencio 6 years ago, Committed by jhrozek 6 years ago,
    KCM: Remove mem_ctx from kcm_new_req()
    
    Let's remove the mem_ctx argument as we really want cctx to be the
    memory context here, so that if the client disconnects the request goes
    away.
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>