Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86b63418 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

net: Convert fib_* pernet_operations, registered via subsys_initcall



Both of them create and initialize lists, which are not touched
by another foreing pernet_operations.

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: default avatarAndrei Vagin <avagin@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 88b8ffeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ static void __net_exit fib_notifier_net_exit(struct net *net)
static struct pernet_operations fib_notifier_net_ops = {
	.init = fib_notifier_net_init,
	.exit = fib_notifier_net_exit,
	.async = true,
};

static int __init fib_notifier_init(void)
+1 −0
Original line number Diff line number Diff line
@@ -1030,6 +1030,7 @@ static void __net_exit fib_rules_net_exit(struct net *net)
static struct pernet_operations fib_rules_net_ops = {
	.init = fib_rules_net_init,
	.exit = fib_rules_net_exit,
	.async = true,
};

static int __init fib_rules_init(void)