[TCP]: Limit processing lost_retrans loop to work-to-do cases
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 12 Oct 2007 00:36:13 +0000 (17:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Oct 2007 00:36:13 +0000 (17:36 -0700)
This addition of lost_retrans_low to tcp_sock might be
unnecessary, it's not clear how often lost_retrans worker is
executed when there wasn't work to do.

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

No differences found