]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
authorEric Dumazet <edumazet@google.com>
Fri, 19 Sep 2025 20:48:51 +0000 (20:48 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Sep 2025 00:55:24 +0000 (17:55 -0700)
commite1b022c2bdf1f2a631340b1b2ef265090534f65a
tree44c1a21f35616c0472b5f08e7a59afaddf37c8cc
parent9303c3ced111803dcd1aa36a778f290977935ca5
tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses

Maintaining the CACHELINE_ASSERT_GROUP_SIZE() uses
for struct tcp_sock has been painful.

This had little benefit, so remove them.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250919204856.2977245-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp.c