netfilter: bridge: forward IPv6 fragmented packets
[sfrench/cifs-2.6.git] / net / bluetooth / hci_sock.c
index 56f9edbf3d05dc6a2c6ba4f42174b2314d5e920d..5b14dcafcd084103eee55be0929b180b99e7bb94 100644 (file)
@@ -1377,7 +1377,7 @@ static int hci_sock_create(struct net *net, struct socket *sock, int protocol,
 
        sock->ops = &hci_sock_ops;
 
-       sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto);
+       sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern);
        if (!sk)
                return -ENOMEM;