From: Thomas Graf Date: Fri, 2 Jan 2015 22:00:14 +0000 (+0100) Subject: rhashtable: Do hashing inside of rhashtable_lookup_compare() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~294^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d24c0b43125ec26cc80e04588477a9a2afc025c;p=pandora-kernel.git rhashtable: Do hashing inside of rhashtable_lookup_compare() Hash the key inside of rhashtable_lookup_compare() like rhashtable_lookup() does. This allows to simplify the hashing functions and keep them private. Signed-off-by: Thomas Graf Cc: netfilter-devel@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed