[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_realm.c
index 44b807d279ada3595ec4327bf247123f6d54e9bd..cc3e76d77a9931f7f697188967465b78d998748b 100644 (file)
@@ -37,7 +37,7 @@ match(const struct sk_buff *skb,
        return (info->id == (dst->tclassid & info->mask)) ^ info->invert;
 }
 
-static struct xt_match realm_match = {
+static struct xt_match realm_match __read_mostly = {
        .name           = "realm",
        .match          = match,
        .matchsize      = sizeof(struct xt_realm_info),
This page took 0.037035 seconds and 5 git commands to generate.