[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_mark.c
index b8ab79452f08ab6b9b4d25420e36c68a90d3cda9..c02a7f8f3925023aebb859d715c42588cb09512f 100644 (file)
@@ -81,7 +81,7 @@ static int compat_to_user(void __user *dst, void *src)
 }
 #endif /* CONFIG_COMPAT */
 
-static struct xt_match xt_mark_match[] = {
+static struct xt_match xt_mark_match[] __read_mostly = {
        {
                .name           = "mark",
                .family         = AF_INET,
This page took 0.02667 seconds and 5 git commands to generate.