[NETFILTER]: x_tables: mark matches and targets __read_mostly
[pandora-kernel.git] / net / netfilter / xt_length.c
index ea4880b..3dad173 100644 (file)
@@ -53,7 +53,7 @@ match6(const struct sk_buff *skb,
        return (pktlen >= info->min && pktlen <= info->max) ^ info->invert;
 }
 
-static struct xt_match xt_length_match[] = {
+static struct xt_match xt_length_match[] __read_mostly = {
        {
                .name           = "length",
                .family         = AF_INET,