aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2025-04-11 13:52:43 -0700
committerJakub Kicinski <kuba@kernel.org>2025-04-14 17:08:45 -0700
commitc57a9c503543cd8829eeaaf88362199e0491c0d7 (patch)
tree1f3459238d5f7b103e9159461afd474ebeb6c415 /include/net
parentgeneve: Convert geneve_exit_batch_rtnl() to ->exit_rtnl(). (diff)
downloadlinux-c57a9c503543cd8829eeaaf88362199e0491c0d7.tar.gz
linux-c57a9c503543cd8829eeaaf88362199e0491c0d7.zip
net: Remove ->exit_batch_rtnl().
There are no ->exit_batch_rtnl() users remaining. Let's remove the hook. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Sabrina Dubroca <sd@queasysnail.net> Link: https://patch.msgid.link/20250411205258.63164-15-kuniyu@amazon.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/net_namespace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index b071e6eed9d5..025a7574b275 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -477,8 +477,6 @@ struct pernet_operations {
/* Following method is called with RTNL held. */
void (*exit_rtnl)(struct net *net,
struct list_head *dev_kill_list);
- void (*exit_batch_rtnl)(struct list_head *net_exit_list,
- struct list_head *dev_kill_list);
unsigned int * const id;
const size_t size;
};