From: Thomas Graf Date: Thu, 5 Feb 2015 01:03:31 +0000 (+0100) Subject: rhashtable: key_hashfn() must return full hash value X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88455ce50ae4224d84960ce2baa53e61580df27;p=pandora-kernel.git rhashtable: key_hashfn() must return full hash value The value computed by key_hashfn() is used by rhashtable_lookup_compare() to traverse both tables during a resize. key_hashfn() must therefore return the hash value without the buckets mask applied so it can be masked to the size of each individual table. Fixes: 97defe1ecf86 ("rhashtable: Per bucket locks & deferred expansion/shrinking") Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed