Commit 69fdb7e4 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

ipv6: switch inet6_dump_ifinfo() to RCU protection



No longer hold RTNL while calling inet6_dump_ifinfo()

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Reviewed-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 386520e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7462,7 +7462,7 @@ int __init addrconf_init(void)
	rtnl_af_register(&inet6_ops);

	err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETLINK,
				   NULL, inet6_dump_ifinfo, 0);
				   NULL, inet6_dump_ifinfo, RTNL_FLAG_DUMP_UNLOCKED);
	if (err < 0)
		goto errout;