diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-05-25 17:57:27 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 03:39:12 +0300 |
commit | 59915143e89fb8dc7b5bd9dcaf628d8181fd54ac (patch) | |
tree | aa1d77dce0cc12a0ca04ab3fb2a0e036ead6719e /io_uring/Makefile | |
parent | e418bbc97bffda868934acfdf8a1173ab044be69 (diff) | |
download | linux-59915143e89fb8dc7b5bd9dcaf628d8181fd54ac.tar.xz |
io_uring: move timeout opcodes and handling into its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r-- | io_uring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile index d7cf992c841a..6ae4e45a15db 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -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 |