[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_ah.c
index fbf3d7748dc20e92c9794b9ef71fa5bf929c52dc..a9fe2aa9707203d5bde9a37e903a9594dadaeb39 100644 (file)
@@ -120,7 +120,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match ah_match = {
+static struct xt_match ah_match __read_mostly = {
        .name           = "ah",
        .family         = AF_INET6,
        .match          = match,
This page took 0.026425 seconds and 5 git commands to generate.