commit | 58fa4a410fc31afe08d0d0c6b6d8860c22ec17c2 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <[email protected]> | Wed Jan 16 14:15:20 2019 +0100 |
committer | Martin Schwidefsky <[email protected]> | Fri Jan 18 09:33:18 2019 +0100 |
tree | 77b202fac335c9b4e142360ccab85e75fcd6f05e | |
parent | 1ecff5ef0a70e7fd32a0b9cf6ad7ac8285462697 [diff] |
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 The sys_ipc() and compat_ksys_ipc() functions are meant to only be used from the system call table, not called by another function. Introduce ksys_*() interfaces for this purpose, as we have done for many other system calls. Link: https://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Heiko Carstens <[email protected]> [[email protected]: compile fix for !CONFIG_COMPAT] Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>