[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_SECMARK.c
index f3e78c592f3a475a6063b4e30f0c966129681d76..c83779a941a18c3dd2e889e221266d22713a615d 100644 (file)
@@ -109,7 +109,7 @@ static bool checkentry(const char *tablename, const void *entry,
        return true;
 }
 
-static struct xt_target xt_secmark_target[] = {
+static struct xt_target xt_secmark_target[] __read_mostly = {
        {
                .name           = "SECMARK",
                .family         = AF_INET,
This page took 0.025168 seconds and 5 git commands to generate.