tcp: Fix order of tests in tcp_retransmit_skb()
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 08:29:23 +0000 (01:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 08:29:23 +0000 (01:29 -0700)
tcp_write_queue_next() must only be made if we know that
tcp_skb_is_last() evaluates to false.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found