[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_mac.c
index 28ec08e7511ba4cdc9c53d6d5e9f247ce9858add..00490d777a0faa81209aca5a220d2651bc0153d2 100644 (file)
@@ -44,7 +44,7 @@ match(const struct sk_buff *skb,
                ^ info->invert);
 }
 
-static struct xt_match xt_mac_match[] = {
+static struct xt_match xt_mac_match[] __read_mostly = {
        {
                .name           = "mac",
                .family         = AF_INET,
This page took 0.029611 seconds and 5 git commands to generate.