]> git.baikalelectronics.ru Git - 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)
commit6b2feb856fb0e0ceef47de2f65c069d2b6069f0f
treed7bbda493ebfda88069805ac2b19a21e3ef5e771
parentb09c3c6d819d0e3e2a24eacf6bd81d4a6c43dc27
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]