]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
neighbour: Remove bare neighbour::next pointer
authorGilad Naaman <gnaaman@drivenets.com>
Thu, 7 Nov 2024 16:04:42 +0000 (16:04 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Nov 2024 21:22:57 +0000 (13:22 -0800)
commita01a67ab2fffa7458354f0a666a6d550fa2b82fc
tree5faa8e14f9822e332f874246e59d4d83f2c62852
parent0e3bcb0f78a0ca7cfdb7906dc79d922e19ba09b5
neighbour: Remove bare neighbour::next pointer

Remove the now-unused neighbour::next pointer, leaving struct neighbour
solely with the hlist_node implementation.

Signed-off-by: Gilad Naaman <gnaaman@drivenets.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241107160444.2913124-6-gnaaman@drivenets.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/neighbour.h
net/core/neighbour.c
net/ipv4/arp.c