msg: Move struct msg_queue into ipc/msg.c
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Mar 2018 02:37:34 +0000 (21:37 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 24 Mar 2018 16:25:35 +0000 (11:25 -0500)
commit34b56df922b10ac2876f268c522951785bf333fd
treebe3e5fe875e7f1e6a6889c4b32bf4958e064793f
parenta2e102cd3cdd8b7a14e08716510707b15802073f
msg: Move struct msg_queue into ipc/msg.c

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

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