[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_iprange.c
index 854281c6200880cd41d7e75ad806bc4c54ecf9eb..6a3a033a680835b47164d3f2e157d8a24e56665f 100644 (file)
@@ -63,7 +63,7 @@ match(const struct sk_buff *skb,
        return true;
 }
 
-static struct xt_match iprange_match = {
+static struct xt_match iprange_match __read_mostly = {
        .name           = "iprange",
        .family         = AF_INET,
        .match          = match,
This page took 0.025031 seconds and 5 git commands to generate.