rxrpc: Make rxrpc_send_packet() take a connection not a transport
authorDavid Howells <dhowells@redhat.com>
Fri, 17 Jun 2016 10:53:37 +0000 (11:53 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 08:17:51 +0000 (09:17 +0100)
commit985a5c824a52e9f7cae59c850e2db98954f21c7c
tree430d82e25a3e9249bdc2b875365a9c18b6509216
parentf4e7da8cde87d0f7e9fb806918f7ec283912b694
rxrpc: Make rxrpc_send_packet() take a connection not a transport

Make rxrpc_send_packet() take a connection not a transport as part of the
phasing out of the rxrpc_transport struct.

Whilst we're at it, rename the function to rxrpc_send_data_packet() to
differentiate it from the other packet sending functions.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/output.c