Loading net/ipv6/ping.c +1 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,7 @@ static void __net_init ping_v6_proc_exit_net(struct net *net) static struct pernet_operations ping_v6_net_ops = { .init = ping_v6_proc_init_net, .exit = ping_v6_proc_exit_net, .async = true, }; #endif Loading Loading
net/ipv6/ping.c +1 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,7 @@ static void __net_init ping_v6_proc_exit_net(struct net *net) static struct pernet_operations ping_v6_net_ops = { .init = ping_v6_proc_init_net, .exit = ping_v6_proc_exit_net, .async = true, }; #endif Loading