[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_conntrack.c
index 9e3ec31f2016dfa60e13626034923e2d0abd546c..ca4b69f020a8a1eb608f395d9b82d05fb07340a5 100644 (file)
@@ -183,7 +183,7 @@ static int compat_to_user(void __user *dst, void *src)
 }
 #endif
 
-static struct xt_match conntrack_match = {
+static struct xt_match conntrack_match __read_mostly = {
        .name           = "conntrack",
        .match          = match,
        .checkentry     = checkentry,
This page took 0.042589 seconds and 5 git commands to generate.