[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
[powerpc.git] / net / ipv4 / inet_diag.c
index 0148f0e..dbeacd8 100644 (file)
@@ -893,7 +893,7 @@ static int __init inet_diag_init(void)
                goto out;
 
        idiagnl = netlink_kernel_create(NETLINK_INET_DIAG, 0, inet_diag_rcv,
-                                       THIS_MODULE);
+                                       NULL, THIS_MODULE);
        if (idiagnl == NULL)
                goto out_free_table;
        err = 0;