From: Ilpo Järvinen Date: Sat, 14 Mar 2009 14:23:04 +0000 (+0000) Subject: tcp: don't check mtu probe completion in the loop X-Git-Tag: v2.6.30-rc1~662^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72211e90501f954f586481c25521c3724cda3cc7;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed