rhashtable: Disable automatic shrinking by default
[deliverable/linux.git] / net / netlink / af_netlink.c
index e2f7f28148e00b54fe9c237533633e97a78fb8b1..4caa809dbbe0332ca32b7b0279e61289b01574e3 100644 (file)
@@ -3142,6 +3142,7 @@ static const struct rhashtable_params netlink_rhashtable_params = {
        .obj_hashfn = netlink_hash,
        .obj_cmpfn = netlink_compare,
        .max_size = 65536,
+       .automatic_shrinking = true,
 };
 
 static int __init netlink_proto_init(void)
This page took 0.048343 seconds and 5 git commands to generate.