commit | 17515408a15fa51c553e67c415502e785145cd7f | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Tue Apr 15 20:36:55 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 15 20:36:55 2008 -0700 |
tree | 0aebcd0c357271b3b06a71d22796d5d323cbe230 | |
parent | b131dd5d659aaf287a3809473130c3ff5eddb71b [diff] |
[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>