]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/ipt_addrtype.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
[linux-2.6] / net / ipv4 / netfilter / ipt_addrtype.c
index abea446a4437c0656bf2ba013a255258a7ba3e3c..59f01f7ba6b47c20653674d5693b142421d51e0a 100644 (file)
@@ -44,7 +44,7 @@ static bool match(const struct sk_buff *skb,
        return ret;
 }
 
-static struct xt_match addrtype_match = {
+static struct xt_match addrtype_match __read_mostly = {
        .name           = "addrtype",
        .family         = AF_INET,
        .match          = match,