Re: [PATCH net-next] rhashtable: remove insecure_max_entries param
From: David Miller <davem@davemloft.net>
Date: 2017-04-26 18:39:42
From: David Miller <davem@davemloft.net>
Date: 2017-04-26 18:39:42
From: Florian Westphal <fw@strlen.de> Date: Tue, 25 Apr 2017 11:41:34 +0200
no users in the tree, insecure_max_entries is always set to ht->p.max_size * 2 in rhtashtable_init(). Replace only spot that uses it with a ht->p.max_size check. Signed-off-by: Florian Westphal <fw@strlen.de>
Applied, thanks Florian.