[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)
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>

No differences found