commit | 0b58b8a18be4932849ec88a820b08345c6528ea5 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 02 22:39:45 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sun Sep 04 21:41:39 2016 +0100 |
tree | a6de1494771df343ae8696dfb5dbf08485da11a7 | |
parent | 434e6120036d1dd1004cadf5a99941cdd9c1a59f [diff] [blame] |
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>
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile index 10f3f48..8fc6ea3 100644 --- a/net/rxrpc/Makefile +++ b/net/rxrpc/Makefile
@@ -22,6 +22,7 @@ peer_object.o \ recvmsg.o \ security.o \ + sendmsg.o \ skbuff.o \ utils.o