aio: add io_setup2() system call
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Nov 2018 20:46:08 +0000 (13:46 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Dec 2018 16:48:23 +0000 (09:48 -0700)
commit96d38553b45a45ab0ea7a92b22fc8e95fe20295b
treeb1abe9ed146e8f8d09ec1380901bb7cc19543962
parent07df6ddc4ec50e2fdc674eb8074b6caedf648d63
aio: add io_setup2() system call

This is just like io_setup(), except add a flags argument to let the
caller control/define some of the io_context behavior. Outside of that,
we pass in an iocb array for future use.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/x86/entry/syscalls/syscall_64.tbl
fs/aio.c
include/linux/syscalls.h
include/uapi/asm-generic/unistd.h
kernel/sys_ni.c