commit | 5269b53da4d432b0fbf755bd423c807bf6bd4aa0 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 14 13:57:22 2015 +1100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 15 01:35:34 2015 -0400 |
tree | 790a193e54c7c231c5835e18d555ba8248c11061 | |
parent | 8f2484bdb55daa53ecaddb5fa4c298e3d262b69e [diff] |
rhashtable: Move seed init into bucket_table_alloc It seems that I have already made every rehash redo the random seed even though my commit message indicated otherwise :) Since we have already taken that step, this patch goes one step further and moves the seed initialisation into bucket_table_alloc. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>