]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/ipt_ah.c
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
[linux-2.6] / net / ipv4 / netfilter / ipt_ah.c
index 49d503cbab09eb72cb4847aeb894cb2028ae7752..61b017fd743c14987fea3038b1781bfb2ee7634d 100644 (file)
@@ -88,7 +88,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match ah_match = {
+static struct xt_match ah_match __read_mostly = {
        .name           = "ah",
        .family         = AF_INET,
        .match          = match,