OSDN Git Service

Merge branch 'rhashtables-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:43:28 +0000 (13:43 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jun 2018 04:43:28 +0000 (13:43 +0900)
NeilBrown says:

====================
Assorted rhashtables cleanups.

Following 7 patches are selections from a recent RFC series I posted
that have all received suitable Acks.

The most visible changes are that rhashtable-types.h is now preferred
for inclusion in include/linux/*.h rather than rhashtable.h, and
that the full hash is used - no bits a reserved for a NULLS pointer.
====================

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

Trivial merge