diff options
-rw-r--r-- | net/netlink/af_netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index ec4adbdcb9b4..daa0b818174b 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -3139,7 +3139,6 @@ static const struct rhashtable_params netlink_rhashtable_params = { | |||
3139 | .key_len = netlink_compare_arg_len, | 3139 | .key_len = netlink_compare_arg_len, |
3140 | .obj_hashfn = netlink_hash, | 3140 | .obj_hashfn = netlink_hash, |
3141 | .obj_cmpfn = netlink_compare, | 3141 | .obj_cmpfn = netlink_compare, |
3142 | .max_size = 65536, | ||
3143 | .automatic_shrinking = true, | 3142 | .automatic_shrinking = true, |
3144 | }; | 3143 | }; |
3145 | 3144 | ||