提交 2b823f72 编写于 作者: D David S. Miller

ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 56a6b248
...@@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net) ...@@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net)
kfree(bp); kfree(bp);
} }
static __net_initdata struct pernet_operations ipv6_inetpeer_ops = { static struct pernet_operations ipv6_inetpeer_ops = {
.init = ipv6_inetpeer_init, .init = ipv6_inetpeer_init,
.exit = ipv6_inetpeer_exit, .exit = ipv6_inetpeer_exit,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册