]> git.ipfire.org Git - people/arne_f/kernel.git/commit - lib/rhashtable.c
rhashtable: Disable automatic shrinking by default
authorThomas Graf <tgraf@suug.ch>
Tue, 24 Mar 2015 20:42:19 +0000 (20:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2015 21:48:40 +0000 (17:48 -0400)
commitb5e2c150ac914f28a28833b57397bec0b0a2bd5f
treed22f31d07f001ac2afb5ca7a15de3fee73e74ab6
parentac833bddb591b9c7a0609f440f196375be184044
rhashtable: Disable automatic shrinking by default

Introduce a new bool automatic_shrinking to require the
user to explicitly opt-in to automatic shrinking of tables.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rhashtable.h
lib/rhashtable.c
net/netfilter/nft_hash.c
net/netlink/af_netlink.c
net/tipc/socket.c