Skip to content

Commit

Permalink
mqueue: move compat syscalls to native ones
Browse files Browse the repository at this point in the history
... and stop messing with compat_alloc_user_space() and friends

[braino fix from Colin King folded in]

Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jul 4, 2017
1 parent cc1a7c4 commit 0d06060
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 228 deletions.
3 changes: 1 addition & 2 deletions ipc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
obj_mq-$(CONFIG_COMPAT) += compat_mq.o
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
obj-$(CONFIG_IPC_NS) += namespace.o
obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o

138 changes: 0 additions & 138 deletions ipc/compat_mq.c

This file was deleted.

Loading

0 comments on commit 0d06060

Please sign in to comment.