[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly
[safe/jmp/linux-2.6] / net / bridge / netfilter / ebt_pkttype.c
index 19a69ea..676db32 100644 (file)
@@ -36,8 +36,7 @@ static int ebt_pkttype_check(const char *tablename, unsigned int hookmask,
        return 0;
 }
 
-static struct ebt_match filter_pkttype =
-{
+static struct ebt_match filter_pkttype __read_mostly = {
        .name           = EBT_PKTTYPE_MATCH,
        .match          = ebt_filter_pkttype,
        .check          = ebt_pkttype_check,