Skip to content

Commit c432031

Browse files
committed
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 <[email protected]>
1 parent dc18b89 commit c432031

File tree

5 files changed

+619
-580
lines changed

5 files changed

+619
-580
lines changed

io_uring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
88
statx.o net.o msg_ring.o timeout.o \
99
sqpoll.o fdinfo.o tctx.o poll.o \
1010
cancel.o kbuf.o rsrc.o rw.o opdef.o \
11-
notif.o waitid.o
11+
notif.o waitid.o register.o
1212
obj-$(CONFIG_IO_WQ) += io-wq.o
1313
obj-$(CONFIG_FUTEX) += futex.o

0 commit comments

Comments
 (0)