Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1476025
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/3] rxrpc: Split output code from sendmsg code |
| Date | 2016-09-04 23:10 +0200 |
| Message-ID | <sdMPU-2JV-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next 0/3] rxrpc: Split output code from sendmsg code David Howells <dhowells@redhat.com> - 2016-09-04 23:10 +0200 [PATCH net-next 3/3] rxrpc Move enum rxrpc_command to sendmsg.c David Howells <dhowells@redhat.com> - 2016-09-04 23:10 +0200 [PATCH net-next 2/3] rxrpc: Rearrange net/rxrpc/sendmsg.c David Howells <dhowells@redhat.com> - 2016-09-04 23:10 +0200 [PATCH net-next 1/3] rxrpc: Split sendmsg from packet transmission code David Howells <dhowells@redhat.com> - 2016-09-04 23:10 +0200
csiph-web