You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netfilter: ipset: Remove unused htable_bits in macro ahash_region
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: 8478a72 ("netfilter: ipset: fix region locking in hash types")
Signed-off-by: Zhen Ni <[email protected]>
Reviewed-by: Phil Sutter <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
0 commit comments