On Fri, Aug 29, 2025 at 04:36:21PM +0800, Zhen Ni wrote: > Since the ahash_region() macro was redefined to calculate the region > index solely from HTABLE_REGION_BITS, the htable_bits parameter became > unused. > > Remove the unused htable_bits argument and its call sites, simplifying > the code without changing semantics. > > Fixes: 8478a729c046 ("netfilter: ipset: fix region locking in hash types") > Signed-off-by: Zhen Ni <zhen.ni@xxxxxxxxxxxx> Reviewed-by: Phil Sutter <phil@xxxxxx>