diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-02 15:23:32 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-04 04:00:39 (GMT) |
commit | 728ee06ca863eb05004aebcaf6f61905f545ef08 (patch) | |
tree | e45b7d70f49e3fc78f2fd42d57371e8db818c406 /arch/powerpc/include/asm/systbl.h | |
parent | 4cce1a207ce6776ec020353c46ccd924d8656364 (diff) | |
download | linux-728ee06ca863eb05004aebcaf6f61905f545ef08.tar.xz |
ppc compat wrappers for add_key(2) and request_key(2) are pointless
all argument validation is done by SYSCALL_DEFINE wrappers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index afef04d..9db88cd 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -273,8 +273,8 @@ COMPAT_SYS(mq_timedreceive) COMPAT_SYS(mq_notify) COMPAT_SYS(mq_getsetattr) COMPAT_SYS(kexec_load) -COMPAT_SYS(add_key) -COMPAT_SYS(request_key) +SYSCALL(add_key) +SYSCALL(request_key) COMPAT_SYS(keyctl) COMPAT_SYS(waitid) SYSCALL(ioprio_set) |