]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv6/netfilter/ip6t_frag.c
[NETFILTER]: x_tables: mark matches and targets __read_mostly
[karo-tx-linux.git] / net / ipv6 / netfilter / ip6t_frag.c
index 65482af711dea98485d53c1622157ee11c065a7f..bb1cfa82b47c779b1d67f80b30f6a572f864764a 100644 (file)
@@ -137,7 +137,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match frag_match = {
+static struct xt_match frag_match __read_mostly = {
        .name           = "frag",
        .family         = AF_INET6,
        .match          = match,