mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
4e53b32d74
commit
c57a9c5035
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user