forked from luck/tmp_suning_uos_patched
ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
56a6b248eb
commit
2b823f7258
@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net)
|
||||
kfree(bp);
|
||||
}
|
||||
|
||||
static __net_initdata struct pernet_operations ipv6_inetpeer_ops = {
|
||||
static struct pernet_operations ipv6_inetpeer_ops = {
|
||||
.init = ipv6_inetpeer_init,
|
||||
.exit = ipv6_inetpeer_exit,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user