From: Neal Cardwell Date: Sat, 6 Sep 2014 15:18:20 +0000 (-0400) Subject: tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment() X-Git-Tag: fixes-against-v3.18-rc2~81^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d943085b76c6f07807dbc9fde2aad88e828590;p=pandora-kernel.git 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 7faee5c0d514 ("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 Reported-by: Yuchung Cheng Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed