]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Move FRTO checks out from write queue abstraction funcs
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Mon, 26 Nov 2007 12:17:38 +0000 (20:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:05 +0000 (14:55 -0800)
commit0d8cc94bc28d727ddcf57ea875594f3f1b5deb82
tree86c3743da48dbe20c2eda691b957310dd0181ad2
parente2076f9b0db2bcfd36b8eaabecfd1a3e329dcdf9
[TCP]: Move FRTO checks out from write queue abstraction funcs

Better place exists in update_send_head (other non-queue related
adjustments are done there as well) which is the only caller of
tcp_advance_send_head (now that the bogus call from mtu_probe is
gone).

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_output.c