[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_TOS.c
index ac43e86afbcf5775ee011ee2a96b1ec91e725f99..25f5d0b3906523b9a0e0fc2fd4f0758ce69fb95f 100644 (file)
@@ -63,7 +63,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_target ipt_tos_reg = {
+static struct xt_target ipt_tos_reg __read_mostly = {
        .name           = "TOS",
        .family         = AF_INET,
        .target         = target,
This page took 0.028648 seconds and 5 git commands to generate.