summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-03-04 20:21:05 +0100
committerJens Axboe <axboe@kernel.dk>2021-03-04 23:45:03 +0100
commitcc440e8738e5c875297ac0e90316745093be7e28 (patch)
treeafa5104417c11531b4d4ec48ef7b0c3a6b0a45dd /fs/io_uring.c
parentio_uring: reliably cancel linked timeouts (diff)
downloadlinux-cc440e8738e5c875297ac0e90316745093be7e28.tar.xz
linux-cc440e8738e5c875297ac0e90316745093be7e28.zip
kernel: provide create_io_thread() helper
Provide a generic helper for setting up an io_uring worker. Returns a task_struct so that the caller can do whatever setup is needed, then call wake_up_new_task() to kick it into gear. Add a kernel_clone_args member, io_thread, which tells copy_process() to mark the task with PF_IO_WORKER. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions