[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_NFLOG.c
index 20e55d588a3c2fe5fcbe15404129a164b99b7134..d3594c7ccb268b4c49577c828f77a86b5d2b6db8 100644 (file)
@@ -52,7 +52,7 @@ nflog_checkentry(const char *tablename, const void *entry,
        return true;
 }
 
-static struct xt_target xt_nflog_target[] = {
+static struct xt_target xt_nflog_target[] __read_mostly = {
        {
                .name           = "NFLOG",
                .family         = AF_INET,
This page took 0.023986 seconds and 5 git commands to generate.