After the last round of cleanups the shm, sem, and msg associate
operations just became trivial wrappers around the appropriate security
method. Simplify things further by just calling the security method
directly.
Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
---
ipc/msg.c | 10 +---------
ipc/sem.c | 10 +---------
ipc/shm.c | 10 +---------
3 files changed, 3 insertions(+), 27 deletions(-)