diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-06-13 15:12:45 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-25 02:39:12 +0200 |
commit | 73572984481907d92673255b494c0ff4f77c8ed4 (patch) | |
tree | 60da997079dea90788a6665edff8b4be8818b20f /io_uring/Makefile | |
parent | io_uring: split provided buffers handling into its own file (diff) | |
download | linux-73572984481907d92673255b494c0ff4f77c8ed4.tar.xz linux-73572984481907d92673255b494c0ff4f77c8ed4.zip |
io_uring: move rsrc related data, core, and commands
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 b85418b64e82..360a83039c2a 100644 --- a/io_uring/Makefile +++ b/io_uring/Makefile @@ -7,5 +7,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \ openclose.o uring_cmd.o epoll.o \ statx.o net.o msg_ring.o timeout.o \ sqpoll.o fdinfo.o tctx.o poll.o \ - cancel.o kbuf.o + cancel.o kbuf.o rsrc.o obj-$(CONFIG_IO_WQ) += io-wq.o |