tcp: remove retransmit_skb_hint clearing from failure
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:24:49 +0000 (21:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 04:24:49 +0000 (21:24 -0700)
commitf0ceb0ed86b4792a4ed9d3438f5f7572e48f9803
tree0bc0525bb8bb80fc6b8d93b48d5726a69b8e8727
parent0e1c54c2a405494281e0639aacc90db03b50ae77
tcp: remove retransmit_skb_hint clearing from failure

This doesn't much sense here afaict, probably never has. Since
fragmenting and collapsing deal the hints by themselves, there
should be very little reason for the rexmit loop to do that.

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