]> err.no Git - linux-2.6/blobdiff - net/ipv6/netfilter/ip6table_raw.c
ftrace: Documentation
[linux-2.6] / net / ipv6 / netfilter / ip6table_raw.c
index 5cd84203abfe80bc06b2e2ae10ccd74150a0b6ed..92b91077ac2909351c2e357c43d8026900406c1c 100644 (file)
@@ -38,7 +38,7 @@ static struct
 static struct xt_table packet_raw = {
        .name = "raw",
        .valid_hooks = RAW_VALID_HOOKS,
-       .lock = RW_LOCK_UNLOCKED,
+       .lock = __RW_LOCK_UNLOCKED(packet_raw.lock),
        .me = THIS_MODULE,
        .af = AF_INET6,
 };