]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/ebt_vlan.c
Merge branch 'linus' into x86/paravirt-spinlocks
[linux-2.6] / net / bridge / netfilter / ebt_vlan.c
index 96897e28dd85b6ccc1311e20e575bcad436bb218..ab60b0dade80439ea9a7c1ac3a261366ec5ee850 100644 (file)
@@ -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,