aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_vlan.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2008-01-31 04:00:59 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-31 19:27:34 -0800
commit30083c9500b8aa3bc48579eaadb5068ad057afbd (patch)
treea2f234b0bd28dd7eeee9c5362e84b92e06d90a75 /net/bridge/netfilter/ebt_vlan.c
parent[NETFILTER]: ebtables: Update modules' descriptions (diff)
downloadlinux-dev-30083c9500b8aa3bc48579eaadb5068ad057afbd.tar.xz
linux-dev-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_vlan.c')
-rw-r--r--net/bridge/netfilter/ebt_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_vlan.c b/net/bridge/netfilter/ebt_vlan.c
index 96897e28dd85..ab60b0dade80 100644
--- a/net/bridge/netfilter/ebt_vlan.c
+++ b/net/bridge/netfilter/ebt_vlan.c
@@ -169,7 +169,7 @@ ebt_check_vlan(const char *tablename,
return 0;
}
-static struct ebt_match filter_vlan = {
+static struct ebt_match filter_vlan __read_mostly = {
.name = EBT_VLAN_MATCH,
.match = ebt_filter_vlan,
.check = ebt_check_vlan,