aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2023-12-19 08:54:20 -0700
committerJens Axboe <axboe@kernel.dk>2023-12-19 08:54:20 -0700
commitc43203154d8ac579537aa0c7802b77d463b1f53a (patch)
tree3189729fcc95e68c14ecfa33cbb70fbbfce2c1b0 /io_uring/Makefile
parentdc18b89ab113e9c6c7a529316ddf7029fb55132d (diff)
downloadlinux-c43203154d8ac579537aa0c7802b77d463b1f53a.tar.gz
io_uring/register: move io_uring_register(2) related code to register.c
Most of this code is basically self contained, move it out of the core io_uring file to bring a bit more separation to the registration related bits. This moves another ~10% of the code into register.c. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/Makefile')
-rw-r--r--io_uring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/Makefile b/io_uring/Makefile
index e5be47e4fc3b5..2cdc518254053 100644
--- a/io_uring/Makefile
+++ b/io_uring/Makefile
@@ -8,6 +8,6 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
statx.o net.o msg_ring.o timeout.o \
sqpoll.o fdinfo.o tctx.o poll.o \
cancel.o kbuf.o rsrc.o rw.o opdef.o \
- notif.o waitid.o
+ notif.o waitid.o register.o
obj-$(CONFIG_IO_WQ) += io-wq.o
obj-$(CONFIG_FUTEX) += futex.o