]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
rhashtable: remove insecure_elasticity
authorFlorian Westphal <fw@strlen.de>
Sun, 16 Apr 2017 00:55:09 +0000 (02:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Apr 2017 17:49:14 +0000 (13:49 -0400)
commit5f8ddeab10ce45d3d3de8ae7ea8811512845c497
tree41fe63ac1297c07eee1ea140ee4ddceae417e5d5
parent3a9ca1e2cba02365d93a8cf7bdda04c05a637f1b
rhashtable: remove insecure_elasticity

commit 83e7e4ce9e93c3 ("mac80211: Use rhltable instead of rhashtable")
removed the last user that made use of 'insecure_elasticity' parameter,
i.e. the default of 16 is used everywhere.

Replace it with a constant.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rhashtable.h
lib/rhashtable.c