Skip to content

Commit 329061d

Browse files
committed
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>
1 parent cfd22e6 commit 329061d

File tree

6 files changed

+879
-827
lines changed

6 files changed

+879
-827
lines changed

io_uring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
66
sync.o advise.o filetable.o \
77
openclose.o uring_cmd.o epoll.o \
88
statx.o net.o msg_ring.o timeout.o \
9-
sqpoll.o fdinfo.o tctx.o
9+
sqpoll.o fdinfo.o tctx.o poll.o
1010
obj-$(CONFIG_IO_WQ) += io-wq.o

0 commit comments

Comments
 (0)