From: Eric Dumazet Date: Mon, 14 Dec 2009 03:32:39 +0000 (-0800) Subject: udp: udp_lib_get_port() fix X-Git-Tag: v2.6.33-rc1~59^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5781b2356cbecb0b73b06ec8c3897cabdfdd0928;p=pandora-kernel.git udp: udp_lib_get_port() fix Now we can have a large udp hash table, udp_lib_get_port() loop should be converted to a do {} while (cond) form, or we dont enter it at all if hash table size is exactly 65536. Reported-by: Yinghai Lu Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed