[PATCH] ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.

David S. Miller davem at davemloft.net
Sun Jun 10 02:00:16 UTC 2012


Signed-off-by: David S. Miller <davem at davemloft.net>
---
 net/ipv6/route.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 7f346d7..9586c27 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -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,
 };
-- 
1.7.10



More information about the Containers mailing list