commit | 64e0cd0d3540dbbdf6661943025409e6b31d5178 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@quantonium.net> | Mon Dec 04 10:31:45 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 11 09:58:39 2017 -0500 |
tree | 98769c3324dd57bc2070c08852c9bf1f272ba2b8 | |
parent | 92f36cca5773cbaa78c46ccf49503964a52da294 [diff] |
rhashtable: Call library function alloc_bucket_locks To allocate the array of bucket locks for the hash table we now call library function alloc_bucket_spinlocks. This function is based on the old alloc_bucket_locks in rhashtable and should produce the same effect. Signed-off-by: Tom Herbert <tom@quantonium.net> Signed-off-by: David S. Miller <davem@davemloft.net>