diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-09 22:27:55 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-11 20:28:25 (GMT) |
commit | 988dfbd795cf08b00576c1ced4210281b2bccffc (patch) | |
tree | 535e1fbd7224c49386a5de1a8afc16948078489e /include/scsi | |
parent | 0ddcf43d5d4a03ded1ee3f6b3b72a0cbed4e90b1 (diff) | |
download | linux-988dfbd795cf08b00576c1ced4210281b2bccffc.tar.xz |
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 <herbert@gondor.apana.org.au>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/scsi')
0 files changed, 0 insertions, 0 deletions