kernel_optimize_test/ipc
NeilBrown 0eb71a9da5 rhashtable: split rhashtable.h
Due to the use of rhashtables in net namespaces,
rhashtable.h is included in lots of the kernel,
so a small changes can required a large recompilation.
This makes development painful.

This patch splits out rhashtable-types.h which just includes
the major type declarations, and does not include (non-trivial)
inline code.  rhashtable.h is no longer included by anything
in the include/ directory.
Common include files only include rhashtable-types.h so a large
recompilation is only triggered when that changes.

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-22 13:43:27 +09:00
..
compat.c
ipc_sysctl.c
Makefile
mq_sysctl.c
mqueue.c
msg.c rhashtable: split rhashtable.h 2018-06-22 13:43:27 +09:00
msgutil.c
namespace.c
sem.c rhashtable: split rhashtable.h 2018-06-22 13:43:27 +09:00
shm.c rhashtable: split rhashtable.h 2018-06-22 13:43:27 +09:00
syscall.c
util.c rhashtable: split rhashtable.h 2018-06-22 13:43:27 +09:00
util.h