summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_ulog.c
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-31 13:00:59 +0100
committerDavid S. Miller2008-02-01 04:27:34 +0100
commit30083c9500b8aa3bc48579eaadb5068ad057afbd (patch)
treea2f234b0bd28dd7eeee9c5362e84b92e06d90a75 /net/bridge/netfilter/ebt_ulog.c
parent[NETFILTER]: ebtables: Update modules' descriptions (diff)
downloadkernel-qcow2-linux-30083c9500b8aa3bc48579eaadb5068ad057afbd.tar.gz
kernel-qcow2-linux-30083c9500b8aa3bc48579eaadb5068ad057afbd.tar.xz
kernel-qcow2-linux-30083c9500b8aa3bc48579eaadb5068ad057afbd.zip
[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/netfilter/ebt_ulog.c')
-rw-r--r--net/bridge/netfilter/ebt_ulog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_ulog.c b/net/bridge/netfilter/ebt_ulog.c
index 748eecda800e..2d4c9ef909fc 100644
--- a/net/bridge/netfilter/ebt_ulog.c
+++ b/net/bridge/netfilter/ebt_ulog.c
@@ -272,7 +272,7 @@ static int ebt_ulog_check(const char *tablename, unsigned int hookmask,
return 0;
}
-static struct ebt_watcher ulog = {
+static struct ebt_watcher ulog __read_mostly = {
.name = EBT_ULOG_WATCHER,
.watcher = ebt_ulog,
.check = ebt_ulog_check,