Re: [PATCH net-next] tcp: remove unnecessary skb_reset_tail_pointer()

2017-06-02 Thread David Miller
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.

[PATCH net-next] tcp: remove unnecessary skb_reset_tail_pointer()

2017-06-01 Thread Eric Dumazet
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