summaryrefslogtreecommitdiff
path: root/net/rxrpc/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-04-05 23:16:32 +0300
committerDavid Howells <dhowells@redhat.com>2022-11-08 19:42:28 +0300
commit02a1935640f8f8539b8f2dbd6eeb539de93b2ce4 (patch)
treeb1cda1532a795a3144cde9b3ef7b89dcce0f4923 /net/rxrpc/Makefile
parenta11e6ff961a01884482b2a70ced74a5c62d96801 (diff)
downloadlinux-02a1935640f8f8539b8f2dbd6eeb539de93b2ce4.tar.xz
rxrpc: Define rxrpc_txbuf struct to carry data to be transmitted
Define a struct, rxrpc_txbuf, to carry data to be transmitted instead of a socket buffer so that it can be placed onto multiple queues at once. This also allows the data buffer to be in the same allocation as the internal data. Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
Diffstat (limited to 'net/rxrpc/Makefile')
-rw-r--r--net/rxrpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile
index b11281bed2a4..fdeba488fc6e 100644
--- a/net/rxrpc/Makefile
+++ b/net/rxrpc/Makefile
@@ -30,6 +30,7 @@ rxrpc-y := \
sendmsg.o \
server_key.o \
skbuff.o \
+ txbuf.o \
utils.o
rxrpc-$(CONFIG_PROC_FS) += proc.o