]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()
authorNeal Cardwell <ncardwell@google.com>
Sat, 6 Sep 2014 15:18:20 +0000 (11:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Sep 2014 19:29:10 +0000 (12:29 -0700)
commita623a71b267f6c06095c2dc62f3aa1d56d545824
treecf603351d055d0c1255a80c3ac61bec90841de6f
parentb39e7b70272c25d7789f3cad8a5959f78977cd8b
tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()

The TCP_SKB_CB(skb)->when field no longer exists as of recent change
e4566c3c365b ("tcp: remove TCP_SKB_CB(skb)->when"). And in any case,
tcp_fragment() is called on already-transmitted packets from the
__tcp_retransmit_skb() call site, so copying timestamps of any kind
in this spot is quite sensible.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Reported-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c