summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TRACE.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/xt_TRACE.c')
-rw-r--r--net/netfilter/xt_TRACE.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_TRACE.c b/net/netfilter/xt_TRACE.c
index b82fc4680344..4df2dedcc0b5 100644
--- a/net/netfilter/xt_TRACE.c
+++ b/net/netfilter/xt_TRACE.c
@@ -21,7 +21,7 @@ target(struct sk_buff **pskb,
return XT_CONTINUE;
}
-static struct xt_target xt_trace_target[] = {
+static struct xt_target xt_trace_target[] __read_mostly = {
{
.name = "TRACE",
.family = AF_INET,