io_uring: move timeout opcodes and handling into its own file

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2022-05-25 08:57:27 -06:00
parent e418bbc97b
commit 59915143e8
6 changed files with 701 additions and 660 deletions

View File

@@ -5,5 +5,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
statx.o net.o msg_ring.o timeout.o
obj-$(CONFIG_IO_WQ) += io-wq.o