From: Jozsef Kadlecsik Date: Fri, 3 Dec 2010 02:39:01 +0000 (+0000) Subject: The new jhash implementation X-Git-Tag: v2.6.38-rc1~476^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d509c823cca21e77d537bd356785f7cfe8f0d1;p=pandora-kernel.git The new jhash implementation The current jhash.h implements the lookup2() hash function by Bob Jenkins. However, lookup2() is outdated as Bob wrote a new hash function called lookup3(). The patch replaces the lookup2() implementation of the 'jhash*' functions with that of lookup3(). You can read a longer comparison of the two and other hash functions at http://burtleburtle.net/bob/hash/doobs.html. Signed-off-by: Jozsef Kadlecsik Acked-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed