Merge branch 'rhash-raw-walkers-remove-part-1'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 21:40:25 +0000 (14:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 21:40:25 +0000 (14:40 -0700)
Herbert Xu says:

====================
rhashtable: Get rid of raw table walkers part 1

This series starts the process of getting rid of all raw rhashtable
walkers (e.g., using any of the rht_for_each helpers) from the
kernel.

We need to do this before I can fix the resize kmalloc failure issue
by using multi-layered tables.

We should do this anyway because almost all raw table walkers are
already buggy in that they don't handle multiple rhashtables during
a resize.
====================

Dave/Tomas, please keep an eye out for any new patches that try
to introduce raw table walkers and nack them.

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge