io_uring: move poll handling into its own file
authorJens Axboe <axboe@kernel.dk>
Thu, 26 May 2022 02:31:09 +0000 (20:31 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit329061d3e2f9a0082a097e9558bd5497098586c6
tree3a0d34b89b6ef8df26c0ca04a7c60732ada208af
parentcfd22e6b3319adc7c2a8a092e19ac16575dabc86
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>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/opdef.h [new file with mode: 0644]
io_uring/poll.c [new file with mode: 0644]
io_uring/poll.h [new file with mode: 0644]