commit | 72211e90501f954f586481c25521c3724cda3cc7 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Mar 14 14:23:04 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 15 20:09:53 2009 -0700 |
tree | c794106a2ea0ba62053247513ecd624a0160a54e | |
parent | c887e6d2d9aee56ee7c9f2af4cec3a5efdcc4c72 [diff] |
tcp: don't check mtu probe completion in the loop 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>