Skip to content

Commit

Permalink
io_uring: move io_uring_task (tctx) helpers into its own file
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Jul 25, 2022
1 parent a4ad4f7 commit c9f06aa
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 365 deletions.
2 changes: 1 addition & 1 deletion io_uring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
sync.o advise.o filetable.o \
openclose.o uring_cmd.o epoll.o \
statx.o net.o msg_ring.o timeout.o \
sqpoll.o fdinfo.o
sqpoll.o fdinfo.o tctx.o
obj-$(CONFIG_IO_WQ) += io-wq.o
Loading

0 comments on commit c9f06aa

Please sign in to comment.