neighbour: no longer hold RTNL in neigh_dump_info()
authorEric Dumazet <edumazet@google.com>
Thu, 18 Apr 2024 09:51:06 +0000 (09:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2024 11:39:20 +0000 (12:39 +0100)
commitba0f780694237d96a1d6366f931cd716fb0f7ab5
treeecfec8e34225d32d4f641a148098c0776b77bdf5
parent7e4975f7e7fb0eba3cbb69d9c467750a1c3ce131
neighbour: no longer hold RTNL in neigh_dump_info()

neigh_dump_table() is already relying on RCU protection.

pneigh_dump_table() is using its own protection (tbl->lock)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c