[NETFILTER]: x_tables: mark matches and targets __read_mostly
[linux-drm-fsl-dcu.git] / net / ipv4 / netfilter / ipt_ttl.c
index 59a644db4d74b961560934b36d8e90b79190d78a..a439900a4ba5caa5066946aea2fff7350fde60f0 100644 (file)
@@ -44,7 +44,7 @@ static bool match(const struct sk_buff *skb,
        return false;
 }
 
-static struct xt_match ttl_match = {
+static struct xt_match ttl_match __read_mostly = {
        .name           = "ttl",
        .family         = AF_INET,
        .match          = match,