]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/ipv6/ip6mr.c
rhashtable: use bit_spin_locks to protect hash bucket.
[mirror_ubuntu-hirsute-kernel.git] / net / ipv6 / ip6mr.c
index e4dd57976737a81549861c8ff5d9e9dcb7793a8d..4e69847ed5bef4438499a800546e22fbed2962a7 100644 (file)
@@ -355,7 +355,6 @@ static const struct rhashtable_params ip6mr_rht_params = {
        .key_offset = offsetof(struct mfc6_cache, cmparg),
        .key_len = sizeof(struct mfc6_cache_cmp_arg),
        .nelem_hint = 3,
-       .locks_mul = 1,
        .obj_cmpfn = ip6mr_hash_cmp,
        .automatic_shrinking = true,
 };