aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/io_thread.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2024-12-04 07:47:00 +0000
committerJakub Kicinski <kuba@kernel.org>2024-12-09 13:48:31 -0800
commit08d55d7cf3f33c730ce2694393efe16b7983a9c8 (patch)
tree9ec27d427a85ed26aa93118c12a752ac96c63de2 /net/rxrpc/io_thread.c
parentrxrpc: Send jumbo DATA packets (diff)
downloadlinux-08d55d7cf3f33c730ce2694393efe16b7983a9c8.tar.gz
linux-08d55d7cf3f33c730ce2694393efe16b7983a9c8.zip
rxrpc: Don't allocate a txbuf for an ACK transmission
Don't allocate an rxrpc_txbuf struct for an ACK transmission. There's now no need as the memory to hold the ACK content is allocated with a page frag allocator. The allocation and freeing of a txbuf is just unnecessary overhead. Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/rxrpc/io_thread.c')
0 files changed, 0 insertions, 0 deletions