[PATCH net-next 0/3] rxrpc: Split output code from sendmsg code

David Howells dhowells at redhat.com
Sun Sep 4 14:04:12 PDT 2016


Here's a set of small patches that split the packet transmission code from
the sendmsg code and simply rearrange the new file to make it more
logically laid out ready for being rewritten.  An enum is also moved out of
the header file to there as it's only used there.  This needs to be applied
on top of the just-posted fixes patch set.

The patches can be found here also (non-terminally on the branch):

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite

Tagged thusly:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-rewrite-20160904-2

David
---
David Howells (3):
      rxrpc: Split sendmsg from packet transmission code
      rxrpc: Rearrange net/rxrpc/sendmsg.c
      rxrpc Move enum rxrpc_command to sendmsg.c


 net/rxrpc/Makefile      |    1 
 net/rxrpc/ar-internal.h |   16 -
 net/rxrpc/misc.c        |    5 
 net/rxrpc/output.c      |  630 ----------------------------------------------
 net/rxrpc/sendmsg.c     |  648 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 660 insertions(+), 640 deletions(-)
 create mode 100644 net/rxrpc/sendmsg.c




More information about the linux-afs mailing list