|
@@ -1331,7 +1331,7 @@ static void __pskb_trim_head(struct sk_buff *skb, int len)
|
|
|
/* Remove acked data from a packet in the transmit queue. */
|
|
|
int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len)
|
|
|
{
|
|
|
- if (skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC))
|
|
|
+ if (skb_unclone(skb, GFP_ATOMIC))
|
|
|
return -ENOMEM;
|
|
|
|
|
|
__pskb_trim_head(skb, len);
|