[PATCH 4/4] rhashtable: Remove obsolete rhashtable_walk_init function

2019-02-14 Thread Herbert Xu
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 --- include/linux/rhashtable.h |8 lib/rhashtable.c |2 +- lib/test_rhashta

[PATCH 4/4] rhashtable: Remove obsolete rhashtable_walk_init function

2019-02-13 Thread Herbert Xu
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 --- include/linux/rhashtable.h |8 lib/rhashtable.c |2 +- lib/test_rhashta