tcp: don't check mtu probe completion in the loop
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 14 Mar 2009 14:23:04 +0000 (14:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2009 03:09:53 +0000 (20:09 -0700)
commit72211e90501f954f586481c25521c3724cda3cc7
treec794106a2ea0ba62053247513ecd624a0160a54e
parentc887e6d2d9aee56ee7c9f2af4cec3a5efdcc4c72
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>
net/ipv4/tcp_input.c