aio: add io_setup2() system call
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Dec 2018 17:43:26 +0000 (10:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:14:02 +0000 (08:14 -0700)
commit8a1e1717bb1d84488113267d69bb4203d2e300ae
treef5fa9f66520df7e5f45d75c026a1e2721281235e
parentbbd678f91b644d47c50f11676ba1ebd2d3dcbbc3
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 the flags, we add two user pointers for future use.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/sysctl/fs.txt
arch/x86/entry/syscalls/syscall_64.tbl
fs/aio.c
include/linux/syscalls.h
include/uapi/asm-generic/unistd.h
kernel/sys_ni.c