summaryrefslogtreecommitdiff
path: root/ipc/shm.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-06-22 07:43:28 +0300
committerDavid S. Miller <davem@davemloft.net>2018-06-22 07:43:28 +0300
commit66caeeb99d0db139c894b1b650546c982701aa27 (patch)
tree7b835ab9e83decb0f9be1f616daa5374dd47559d /ipc/shm.c
parente5ab564c9ebee77794842ca7d7476147b83d6a27 (diff)
parentc0690016a73fe6bd456887bbbe6e10c7f0096554 (diff)
downloadlinux-66caeeb99d0db139c894b1b650546c982701aa27.tar.xz
Merge branch 'rhashtables-cleanups'
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>
Diffstat (limited to 'ipc/shm.c')
-rw-r--r--ipc/shm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/shm.c b/ipc/shm.c
index 051a3e1fb8df..d4daf78df6da 100644
--- a/ipc/shm.c
+++ b/ipc/shm.c
@@ -43,6 +43,7 @@
#include <linux/nsproxy.h>
#include <linux/mount.h>
#include <linux/ipc_namespace.h>
+#include <linux/rhashtable.h>
#include <linux/uaccess.h>