Skip to content

Commit 0d06060

Browse files
author
Al Viro
committed
mqueue: move compat syscalls to native ones
... and stop messing with compat_alloc_user_space() and friends [braino fix from Colin King folded in] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent cc1a7c4 commit 0d06060

File tree

3 files changed

+262
-228
lines changed

3 files changed

+262
-228
lines changed

ipc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
66
obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
77
obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
8-
obj_mq-$(CONFIG_COMPAT) += compat_mq.o
9-
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
8+
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
109
obj-$(CONFIG_IPC_NS) += namespace.o
1110
obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
1211

ipc/compat_mq.c

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)