]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/iptable_raw.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6
[linux-2.6] / net / ipv4 / netfilter / iptable_raw.c
index 4b689742d58b105e5dc0244c42869aa5ac1f7c73..fddce7754b7250d5f3087840f31f1aa27748a9a1 100644 (file)
@@ -39,7 +39,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_INET,
 };