[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Mon, 31 Dec 2007 12:50:19 +0000 (04:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:23 +0000 (15:00 -0800)
commit4828e7f49a402930e8b3e72de695c8d37e0f98ee
tree021c5d357b8a081bee8b8798e362b37999ee1ffb
parentcadbd0313bc897f5917d013174cdf9077edf4aa5
[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 <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c