diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2018-07-16 22:26:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-18 22:27:43 +0200 |
commit | 107d01f5ba10f4162c38109496607eb197059064 (patch) | |
tree | dbb381487b49fdd6500187fbb7816b521a4f403b /Documentation/admin-guide/mm/concepts.rst | |
parent | Merge branch 'smc-fixes' (diff) | |
download | linux-107d01f5ba10f4162c38109496607eb197059064.tar.xz linux-107d01f5ba10f4162c38109496607eb197059064.zip |
lib/rhashtable: consider param->min_size when setting initial table size
rhashtable_init() currently does not take into account the user-passed
min_size parameter unless param->nelem_hint is set as well. As such,
the default size (number of buckets) will always be HASH_DEFAULT_SIZE
even if the smallest allowed size is larger than that. Remediate this
by unconditionally calling into rounded_hashtable_size() and handling
things accordingly.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/admin-guide/mm/concepts.rst')
0 files changed, 0 insertions, 0 deletions