[NETFILTER]: Mark hooks __read_mostly
[safe/jmp/linux-2.6] / net / ipv6 / netfilter / ip6table_filter.c
index 0ae072d..87d38d0 100644 (file)
@@ -90,7 +90,7 @@ ip6t_local_out_hook(unsigned int hook,
        return ip6t_do_table(skb, hook, in, out, &packet_filter);
 }
 
-static struct nf_hook_ops ip6t_ops[] = {
+static struct nf_hook_ops ip6t_ops[] __read_mostly = {
        {
                .hook           = ip6t_hook,
                .owner          = THIS_MODULE,