]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove tp->lost_out guard to make joining diff nicer
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:23:49 +0000 (21:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 04:23:49 +0000 (21:23 -0700)
commita8a8b96a67d62f2213754f5db35088536f228833
treee49b750b77817431b640184958325225dc5ab872
parent616f4f71f0d202f3eb39194d14e9cb3a5df4d3f7
tcp: remove tp->lost_out guard to make joining diff nicer

The validity of the retransmit_high must then be ensured
if no L'ed skb exits!

This makes a minor change to behavior, we now have to
iterate the head to find out that the loop terminates.

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