ipv6: remove RTNL protection from inet6_dump_addr()
authorEric Dumazet <edumazet@google.com>
Wed, 6 Mar 2024 15:51:44 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2024 11:15:36 +0000 (11:15 +0000)
commit155549a6683b1ee37cecec1bd4a439083b706656
tree00589300abacc2ac5f8274e6ef6afa7f0fc80bab
parent9cc4cc329d30dbb353fbb23ef8cd633e8f5b8ccf
ipv6: remove RTNL protection from inet6_dump_addr()

We can now remove RTNL acquisition while running
inet6_dump_addr(), inet6_dump_ifmcaddr()
and inet6_dump_ifacaddr().

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