]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_realm.c
Merge branch 'linux-2.6'
[linux-2.6] / 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),