From: Eric Dumazet Date: Fri, 5 Sep 2014 22:33:33 +0000 (-0700) Subject: tcp: remove TCP_SKB_CB(skb)->when X-Git-Tag: fixes-against-v3.18-rc2~81^2~148^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7faee5c0d514;p=pandora-kernel.git tcp: remove TCP_SKB_CB(skb)->when After commit 740b0f1841f6 ("tcp: switch rtt estimations to usec resolution"), we no longer need to maintain timestamps in two different fields. TCP_SKB_CB(skb)->when can be removed, as same information sits in skb_mstamp.stamp_jiffies Signed-off-by: Eric Dumazet Acked-by: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed