]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/ipt_ttl.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6] / net / ipv4 / netfilter / ipt_ttl.c
index 59a644db4d74b961560934b36d8e90b79190d78a..a439900a4ba5caa5066946aea2fff7350fde60f0 100644 (file)
@@ -44,7 +44,7 @@ static bool match(const struct sk_buff *skb,
        return false;
 }
 
-static struct xt_match ttl_match = {
+static struct xt_match ttl_match __read_mostly = {
        .name           = "ttl",
        .family         = AF_INET,
        .match          = match,