[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_rt.c
index f86fdcdd8cb81a91011810eb11b59e9acd4dbc1d..549deea264185307753d2785c8ed74bfb1a60eaa 100644 (file)
@@ -224,7 +224,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match rt_match = {
+static struct xt_match rt_match __read_mostly = {
        .name           = "rt",
        .family         = AF_INET6,
        .match          = match,
This page took 0.025557 seconds and 5 git commands to generate.