]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vxlan: Convert vxlan_exit_batch_rtnl() to ->exit_rtnl().
authorKuniyuki Iwashima <kuniyu@amazon.com>
Fri, 11 Apr 2025 20:52:34 +0000 (13:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 00:08:42 +0000 (17:08 -0700)
commit6f2667b98ef2ea81aad6761409604480d14c9095
tree0de67563820564a123184529277401bf58426a94
parentcf701038d1c87e6c54d8a45c738b56ab27a9e6c3
vxlan: Convert vxlan_exit_batch_rtnl() to ->exit_rtnl().

vxlan_exit_batch_rtnl() iterates the dying netns list and
performs the same operations for each.

Let's use ->exit_rtnl().

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://patch.msgid.link/20250411205258.63164-6-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/vxlan/vxlan_core.c