[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_recent.c
index 68f7181e412d6336f8b6c4861f9b26b63716c4cd..a7b14f2ae2dc0c433180e0e381354d17ae66fbf6 100644 (file)
@@ -460,7 +460,7 @@ static const struct file_operations recent_fops = {
 };
 #endif /* CONFIG_PROC_FS */
 
-static struct xt_match recent_match = {
+static struct xt_match recent_match __read_mostly = {
        .name           = "recent",
        .family         = AF_INET,
        .match          = ipt_recent_match,
This page took 0.029806 seconds and 5 git commands to generate.