[TCP]: Remove superflushious skb == write_queue_tail() check
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Wed, 16 Apr 2008 03:36:55 +0000 (20:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 03:36:55 +0000 (20:36 -0700)
commit17515408a15fa51c553e67c415502e785145cd7f
tree0aebcd0c357271b3b06a71d22796d5d323cbe230
parentb131dd5d659aaf287a3809473130c3ff5eddb71b
[TCP]: Remove superflushious skb == write_queue_tail() check

Needed can only be more strict than what was checked by the
earlier common case check for non-tail skbs, thus
cwnd_len <= needed will never match in that case anyway.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c