]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Move some miscellaneous bits out into their own file
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:16 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:34:40 +0000 (15:34 -0400)
commitc080ce3aadb08153a2c1644fd9a37d446b0efd3e
tree940e458c3984d4980bbc4c4016f1ddd5651779c8
parentfa20c8d94e4a28a2a611153184d791cf80ac7381
rxrpc: Move some miscellaneous bits out into their own file

Move some miscellaneous bits out into their own file to make it easier to
split the call handling.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/af_rxrpc.h
net/rxrpc/Makefile
net/rxrpc/ar-ack.c
net/rxrpc/ar-input.c
net/rxrpc/ar-internal.h
net/rxrpc/misc.c [new file with mode: 0644]