diff options
author | Davidlohr Bueso <[email protected]> | 2018-07-16 13:26:13 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-07-18 13:27:43 -0700 |
commit | 107d01f5ba10f4162c38109496607eb197059064 (patch) | |
tree | dbb381487b49fdd6500187fbb7816b521a4f403b /scripts/gdb/linux/lists.py | |
parent | 08239d43487b929471eda42b15fd61db1e078d88 (diff) |
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 <[email protected]>
Acked-by: Herbert Xu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions