constify dentry_operations: rest
[safe/jmp/linux-2.6] / net / ipv4 / af_inet.c
index 664ff0e..743f554 100644 (file)
@@ -1402,6 +1402,7 @@ EXPORT_SYMBOL_GPL(snmp_mib_free);
 #ifdef CONFIG_IP_MULTICAST
 static struct net_protocol igmp_protocol = {
        .handler =      igmp_rcv,
+       .netns_ok =     1,
 };
 #endif