Skip to content

Commit 7357298

Browse files
committed
io_uring: move rsrc related data, core, and commands
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 3b77495 commit 7357298

File tree

6 files changed

+1595
-1533
lines changed

6 files changed

+1595
-1533
lines changed

io_uring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ obj-$(CONFIG_IO_URING) += io_uring.o xattr.o nop.o fs.o splice.o \
77
openclose.o uring_cmd.o epoll.o \
88
statx.o net.o msg_ring.o timeout.o \
99
sqpoll.o fdinfo.o tctx.o poll.o \
10-
cancel.o kbuf.o
10+
cancel.o kbuf.o rsrc.o
1111
obj-$(CONFIG_IO_WQ) += io-wq.o

0 commit comments

Comments
 (0)