commit | 6c4128f658571b2dc7e01058ad09a8e947bc0159 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 14 22:03:27 2019 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 22 13:49:00 2019 +0100 |
tree | 9f1bd71756ca9ea29e31babf0039817a9567eafe | |
parent | 3692293163b8ba1f28bad0e4a7ddf4fa0a7fd34d [diff] |
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>