[NETFILTER]: More __read_mostly annotations
[deliverable/linux.git] / net / ipv4 / netfilter / nf_conntrack_proto_icmp.c
index 663a73ee3f2fc96019c5118e9b7246429cf6fa09..790f00d500c3c9fd2cd681de7838a48ef0938756 100644 (file)
@@ -25,7 +25,7 @@
 #include <net/netfilter/nf_conntrack_protocol.h>
 #include <net/netfilter/nf_conntrack_core.h>
 
-unsigned long nf_ct_icmp_timeout = 30*HZ;
+unsigned long nf_ct_icmp_timeout __read_mostly = 30*HZ;
 
 #if 0
 #define DEBUGP printk
This page took 0.042868 seconds and 5 git commands to generate.