]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Restore over-zealous tcp_sync_left_out-like removals
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 9 Aug 2007 11:45:17 +0000 (14:45 +0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:57 +0000 (16:47 -0700)
commitc39f3c8a356511e6d370b4407ff9bc6fe99456cc
tree7f91ac32273e0b1b568a704dbde5b360bc94f65f
parent3b402b72b9e75b0899b661a3a12b4ea7cc5a65f2
[TCP]: Restore over-zealous tcp_sync_left_out-like removals

tcp_verify_left_out is useful for verifying S+L condition, so
add it back to couple of places in where the code was not
calling to tcp_sync_left_out but used own ad-hoc solution
(before the tcp_sync_left_out got removed).

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