]> 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)
commit4beeed16d70e12c4e688ccb1dc48b1e8f997b843
treea6de1494771df343ae8696dfb5dbf08485da11a7
parenta791c575a8f3484eef653919e2c6afd020740c97
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]