[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_u32.c
index 07068751a35cbd7122fb27ea88761c759fc116fe..04b677ae8daee6e39f1f7e947b82fb5b91774516 100644 (file)
@@ -99,7 +99,7 @@ static bool u32_match(const struct sk_buff *skb,
        return ret ^ data->invert;
 }
 
-static struct xt_match u32_reg[] = {
+static struct xt_match u32_reg[] __read_mostly = {
        {
                .name       = "u32",
                .family     = AF_INET,
This page took 0.043962 seconds and 5 git commands to generate.