]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/ebt_arpreply.c
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / net / bridge / netfilter / ebt_arpreply.c
index 9f2542356f58e1a8737bd1ae30743e801350071d..0c4279590fc70c25a60b3b18e5ce38f5a6126c29 100644 (file)
@@ -76,8 +76,7 @@ static int ebt_target_reply_check(const char *tablename, unsigned int hookmask,
        return 0;
 }
 
-static struct ebt_target reply_target =
-{
+static struct ebt_target reply_target __read_mostly = {
        .name           = EBT_ARPREPLY_TARGET,
        .target         = ebt_target_reply,
        .check          = ebt_target_reply_check,