]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'tcp-small-code-reorg'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 6 Jun 2024 13:18:06 +0000 (15:18 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Jun 2024 13:18:06 +0000 (15:18 +0200)
Eric Dumazet says:

====================
tcp: small code reorg

Replace a WARN_ON_ONCE() that never triggered
to DEBUG_NET_WARN_ON_ONCE() in reqsk_free().

Move inet_reqsk_alloc() and reqsk_alloc()
to inet_connection_sock.c, to unclutter
net/ipv4/tcp_input.c and include/net/request_sock.h
====================

Link: https://lore.kernel.org/r/20240605071553.1365557-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge