From: Herbert Xu Date: Mon, 23 Mar 2015 13:50:22 +0000 (+1100) Subject: netlink: Use default rhashtable hashfn X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~163^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b58ba146ccd7b105c4962c75f2e744053c85bc;p=pandora-kernel.git netlink: Use default rhashtable hashfn This patch removes the explicit jhash value for the hashfn parameter of rhashtable. As the key length is a multiple of 4, this means that we will actually end up using jhash2. Signed-off-by: Herbert Xu Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed