[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_owner.c
index d2bf3204aeac29cb952e239d3eff27902e357693..6036613aef368789a6e4fe69de0c0be3e0b43000 100644 (file)
@@ -68,7 +68,7 @@ checkentry(const char *tablename,
        return true;
 }
 
-static struct xt_match owner_match = {
+static struct xt_match owner_match __read_mostly = {
        .name           = "owner",
        .family         = AF_INET6,
        .match          = match,
This page took 0.025631 seconds and 5 git commands to generate.