From: Eric Dumazet
Date: Thu, 01 Jun 2017 14:18:36 -0700
> From: Eric Dumazet
>
> __pskb_trim_head() does not need to reset skb tail pointer.
>
> Also change the comments, __pskb_pull_head() does not exist.
>
> Signed-off-by: Eric Dumazet
Applied, thanks Eric.
From: Eric Dumazet
__pskb_trim_head() does not need to reset skb tail pointer.
Also change the comments, __pskb_pull_head() does not exist.
Signed-off-by: Eric Dumazet
---
net/ipv4/tcp_output.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net/ipv4/tcp_output.c