From: Herbert Xu Date: Mon, 9 Mar 2015 22:27:55 +0000 (+1100) Subject: rhashtable: Move hash_rnd into bucket_table X-Git-Tag: omap-for-v4.2/o2_dc~131^2~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988dfbd795cf08b00576c1ced4210281b2bccffc;p=pandora-kernel.git rhashtable: Move hash_rnd into bucket_table Currently hash_rnd is a parameter that users can set. However, no existing users set this parameter. It is also something that people are unlikely to want to set directly since it's just a random number. In preparation for allowing the reseeding/rehashing of rhashtable, this patch moves hash_rnd into bucket_table so that it's now an internal state rather than a parameter. Signed-off-by: Herbert Xu Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed