[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_REJECT.c
index 0fa1f2cf9fba5664b2882ec0159f44ffda0936cb..14008dc6a197ae9a93a08aa36341c673d840d308 100644 (file)
@@ -244,7 +244,7 @@ static bool check(const char *tablename,
        return true;
 }
 
-static struct xt_target ip6t_reject_reg = {
+static struct xt_target ip6t_reject_reg __read_mostly = {
        .name           = "REJECT",
        .family         = AF_INET6,
        .target         = reject6_target,
This page took 0.026286 seconds and 5 git commands to generate.