diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-11-23 19:10:56 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-11-23 19:10:56 +0800 |
commit | 7f9c33e515353ea91afc62341161fead19e78567 (patch) | |
tree | 3491ab469f790f6c5538de6e24e93c7bbe6a84b1 /include/asm-generic/cputime.h | |
parent | 91cc17c0e5e5ada156a8d5787a2509d263ea6bbf (diff) | |
download | blackbird-op-linux-7f9c33e515353ea91afc62341161fead19e78567.tar.gz blackbird-op-linux-7f9c33e515353ea91afc62341161fead19e78567.zip |
[TCP] MTUprobe: Cleanup send queue check (no need to loop)
The original code has striking complexity to perform a query
which can be reduced to a very simple compare.
FIN seqno may be included to write_seq but it should not make
any significant difference here compared to skb->len which was
used previously. One won't end up there with SYN still queued.
Use of write_seq check guarantees that there's a valid skb in
send_head so I removed the extra check.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: John Heffner <jheffner@psc.edu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/asm-generic/cputime.h')
0 files changed, 0 insertions, 0 deletions