[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_owner.c
index deea4b8cc05525278654c2f60bdccd17413d194d..b14e77da7a336de78c9db7991e2b5d40bd173888 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_INET,
        .match          = match,
This page took 0.025062 seconds and 5 git commands to generate.