From: Ilpo Järvinen Date: Sat, 1 Dec 2007 22:47:57 +0000 (+0200) Subject: [TCP]: Remove superflucious FLAG_DATA_SACKED X-Git-Tag: v2.6.25-rc1~1162^2~1285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407ef1de03e87225d75a9bed271f35ea6880f5f1;p=pandora-kernel.git [TCP]: Remove superflucious FLAG_DATA_SACKED To get there, highest_sack must have advanced. When it advances, a new skb is SACKed, which already sets that FLAG. Besides, the original purpose of it has puzzled me, never understood why LOST bit setting of retransmitted skb is marked with FLAG_DATA_SACKED. Signed-off-by: Ilpo Järvinen Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed