From: Ilpo Järvinen Date: Mon, 31 Dec 2007 12:49:21 +0000 (-0800) Subject: [TCP]: Dropped unnecessary skb/sacked accessing in reneging X-Git-Tag: v2.6.25-rc1~1162^2~894 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadbd0313bc897f5917d013174cdf9077edf4aa5;p=pandora-kernel.git [TCP]: Dropped unnecessary skb/sacked accessing in reneging SACK reneging can be precalculated to a FLAG in clean_rtx_queue which has the right skb looked up. This will help a bit in future because skb->sacked access will be changed eventually, changing it already won't hurt any. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed