]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Split sendmsg from packet transmission code
authorDavid Howells <dhowells@redhat.com>
Fri, 2 Sep 2016 21:39:45 +0000 (22:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 4 Sep 2016 20:41:39 +0000 (21:41 +0100)
commit45786bcbb1830888d1d1581671b110b52b0024e0
treea6de1494771df343ae8696dfb5dbf08485da11a7
parenta1930088b9bb56fc3a4c4f99d87f92f9d1915541
rxrpc: Split sendmsg from packet transmission code

Split the sendmsg code from the packet transmission code (mostly to be
found in output.c).

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/misc.c
net/rxrpc/output.c
net/rxrpc/sendmsg.c [new file with mode: 0644]