]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove unnecessary skb_reset_tail_pointer()
authorEric Dumazet <edumazet@google.com>
Thu, 1 Jun 2017 21:18:36 +0000 (14:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Jun 2017 18:28:25 +0000 (14:28 -0400)
commit170be515014af3740e332dd779f5361a0cf341db
tree8c4af232e0645be8be27fbeb6b64d9b796cabdd2
parenta3297faba4dee3abce75e887dae6b6b483b65f98
tcp: remove unnecessary skb_reset_tail_pointer()

__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 <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c