io_uring: move poll handling into its own file
Add a io_poll_issue() rather than export the general task_work locking
and io_issue_sqe(), and put the io_op_defs definition and structure into
a separate header file so that poll can use it.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Showing
This diff is collapsed.
io_uring/opdef.h
0 → 100644
io_uring/poll.c
0 → 100644
This diff is collapsed.
io_uring/poll.h
0 → 100644
Please register or sign in to comment