Re: [PATCH] rhashtable: Remove obsolete rhashtable_walk_init function

2019-02-13 Thread Herbert Xu
On Wed, Feb 13, 2019 at 07:20:51PM +0800, kbuild test robot wrote: > Hi Herbert, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v5.0-rc4 next-20190212] > [if your patch is applied to the wrong git tree, please drop us a not

[PATCH] rhashtable: Remove obsolete rhashtable_walk_init function

2019-02-12 Thread Herbert Xu
Here is another patch on top the fixes to mac80211 to finally remove the obsolete rhashtable_walk_init API. ---8<--- 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