From: Eric Dumazet Date: Thu, 19 Jul 2012 23:02:34 +0000 (+0000) Subject: tcp: use hash_32() in tcp_metrics X-Git-Tag: v3.6-rc1~125^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5815d5e7aae3cc9c5e85af83094d4d6498c3f4fc;p=pandora-kernel.git tcp: use hash_32() in tcp_metrics Fix a missing roundup_pow_of_two(), since tcpmhash_entries is not guaranteed to be a power of two. Uses hash_32() instead of custom hash. tcpmhash_entries should be an unsigned int. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed