From: Ilpo Järvinen Date: Mon, 31 Dec 2007 12:50:19 +0000 (-0800) Subject: [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary X-Git-Tag: v2.6.25-rc1~1162^2~893 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4828e7f49a402930e8b3e72de695c8d37e0f98ee;p=pandora-kernel.git [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary The snd_up check should be enough. I suspect this has been there to provide a minor optimization in clean_rtx_queue which used to have a small if (!->sacked) block which could skip snd_up check among the other work. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed