commit | 8512430e554a84275669f78f86dce18566d5cf7a | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Nov 26 20:17:38 2007 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:55:05 2008 -0800 |
tree | 86c3743da48dbe20c2eda691b957310dd0181ad2 | |
parent | 82d8a867ffaed7fe58e789103b32c0fc6b79dafd [diff] |
[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>