All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] rxrpc: Split output code from sendmsg code
@ 2016-09-04 21:04 David Howells
  2016-09-04 21:04 ` [PATCH net-next 1/3] rxrpc: Split sendmsg from packet transmission code David Howells
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Howells @ 2016-09-04 21:04 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-04 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-04 21:04 [PATCH net-next 0/3] rxrpc: Split output code from sendmsg code David Howells
2016-09-04 21:04 ` [PATCH net-next 1/3] rxrpc: Split sendmsg from packet transmission code David Howells
2016-09-04 21:04 ` [PATCH net-next 2/3] rxrpc: Rearrange net/rxrpc/sendmsg.c David Howells
2016-09-04 21:04 ` [PATCH net-next 3/3] rxrpc Move enum rxrpc_command to sendmsg.c David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.