]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/ipt_owner.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
[linux-2.6] / 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,