]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/fib_frontend.c
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
[karo-tx-linux.git] / net / ipv4 / fib_frontend.c
index 5bf718a3e49be0e15d20c49b61cfd5348272d322..953dd458c23979cc68aef88e387a101e7b271be2 100644 (file)
@@ -827,7 +827,8 @@ static void nl_fib_input(struct sock *sk, int len)
 
 static void nl_fib_lookup_init(void)
 {
-      netlink_kernel_create(NETLINK_FIB_LOOKUP, 0, nl_fib_input, THIS_MODULE);
+      netlink_kernel_create(NETLINK_FIB_LOOKUP, 0, nl_fib_input, NULL,
+                           THIS_MODULE);
 }
 
 static void fib_disable_ip(struct net_device *dev, int force)