]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().
authorKuniyuki Iwashima <kuniyu@google.com>
Thu, 4 Jun 2026 22:46:28 +0000 (22:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Jun 2026 00:06:24 +0000 (17:06 -0700)
commit7395fccf6b4c2a351f2d29ff905ae71bf644cc60
treecd4f0f5dd840da1ea15e7c7cde691037b4b0e73a
parent4becf012467511e9f3e21b641054f85711f4e187
ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().

This is a prep commit to convert ip6mr_net_exit_batch() to
->exit_rtnl().

Let's move unregister_netdevice_many() in mroute_clean_tables()
to its callers.

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260604224712.3209821-11-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6mr.c