]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
rxrpc: Split service connection code out into its own file
authorDavid Howells <dhowells@redhat.com>
Mon, 4 Apr 2016 13:00:40 +0000 (14:00 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 6 Jul 2016 09:49:35 +0000 (10:49 +0100)
commit7877a4a4bdf0d782276f1cba868878aee77718ee
treed7bbda493ebfda88069805ac2b19a21e3ef5e771
parentc6d2b8d764f5edd79f708bdc49d1176072ee77a1
rxrpc: Split service connection code out into its own file

Split the service-specific connection code out into into its own file.  The
client-specific code has already been split out.  This will leave just the
common code in the original file.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/conn_object.c
net/rxrpc/conn_service.c [new file with mode: 0644]