]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_pkttype.c
Merge branch 'linux-2.6'
[linux-2.6] / net / netfilter / xt_pkttype.c
index e4c420b5713bb6244c58b8575a5fb106dd94f084..a52925f12f35e58ec25188130e63be13edf623a4 100644 (file)
@@ -43,7 +43,7 @@ static bool match(const struct sk_buff *skb,
        return (type == info->pkttype) ^ info->invert;
 }
 
-static struct xt_match xt_pkttype_match[] = {
+static struct xt_match xt_pkttype_match[] __read_mostly = {
        {
                .name           = "pkttype",
                .family         = AF_INET,