rhashtable: Remove obsolete rhashtable_walk_init function
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Feb 2019 14:03:27 +0000 (22:03 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Feb 2019 12:49:00 +0000 (13:49 +0100)
commit6c4128f658571b2dc7e01058ad09a8e947bc0159
tree9f1bd71756ca9ea29e31babf0039817a9567eafe
parent3692293163b8ba1f28bad0e4a7ddf4fa0a7fd34d
rhashtable: Remove obsolete rhashtable_walk_init function

The rhashtable_walk_init function has been obsolete for more than
two years.  This patch finally converts its last users over to
rhashtable_walk_enter and removes it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/rhashtable.h
lib/rhashtable.c
lib/test_rhashtable.c
net/ipv6/ila/ila_xlat.c
net/netlink/af_netlink.c