diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2009-12-14 04:32:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-14 04:32:39 +0100 |
commit | 5781b2356cbecb0b73b06ec8c3897cabdfdd0928 (patch) | |
tree | 7da5613b163aa7a942561aabc0284950583ee314 /drivers/eisa | |
parent | be2net: fix error in rx completion processing. (diff) | |
download | linux-5781b2356cbecb0b73b06ec8c3897cabdfdd0928.tar.xz linux-5781b2356cbecb0b73b06ec8c3897cabdfdd0928.zip |
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 <yinghai@kernel.org>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/eisa')
0 files changed, 0 insertions, 0 deletions