net: attempt high order allocations in sock_alloc_send_pskb()
[deliverable/linux.git] / net / packet / af_packet.c
index 4cb28a7f639bcc824ae2f462314d264515f68aa0..6c53dd9f5ccc109fb3c03d88c40e8e4ea5c7d29a 100644 (file)
@@ -2181,7 +2181,7 @@ static struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
                linear = len;
 
        skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
-                                  err);
+                                  err, 0);
        if (!skb)
                return NULL;
 
This page took 0.033994 seconds and 5 git commands to generate.