git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c887e6d
)
tcp: don't check mtu probe completion in the loop
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Sat, 14 Mar 2009 14:23:04 +0000
(14:23 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Mar 2009 03:09:53 +0000
(20:09 -0700)
It seems that no variables clash such that we couldn't do
the check just once later on. Therefore move it.
Also kill dead obvious comment, dead argument and add
unlikely since this mtu probe does not happen too often.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found