Re: [PATCH -next] rhashtable: remove insecure_elasticity

2017-04-18 Thread David Miller
From: Florian Westphal Date: Sun, 16 Apr 2017 02:55:09 +0200 > 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

[PATCH -next] rhashtable: remove insecure_elasticity

2017-04-15 Thread Florian Westphal
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 --- include/linux/rhashtable.h | 21 +