shm: Move struct shmid_kernel into ipc/shm.c
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Mar 2018 02:34:44 +0000 (21:34 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 24 Mar 2018 16:25:21 +0000 (11:25 -0500)
commita2e102cd3cdd8b7a14e08716510707b15802073f
tree42e20f6520be397fece15e2105bf40903c707a5c
parent1a5c1349d105df5196ad9025e271b02a4dc05aee
shm: Move struct shmid_kernel into ipc/shm.c

All of the users are now in ipc/shm.c so make the definition local to
that file to make code maintenance easier.  AKA to prevent rebuilding
the entire kernel when struct shmid_kernel changes.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/linux/shm.h
ipc/shm.c