]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/bluetooth/l2cap.c
[PATCH] gfp flags annotations - part 1
[mirror_ubuntu-hirsute-kernel.git] / net / bluetooth / l2cap.c
index d3d6bc547212f7d289928cdf393abce3a167eb08..59b2dd36baa77e1414177e1363cb697f2feebbc6 100644 (file)
@@ -372,7 +372,7 @@ static struct proto l2cap_proto = {
        .obj_size       = sizeof(struct l2cap_pinfo)
 };
 
-static struct sock *l2cap_sock_alloc(struct socket *sock, int proto, unsigned int __nocast prio)
+static struct sock *l2cap_sock_alloc(struct socket *sock, int proto, gfp_t prio)
 {
        struct sock *sk;