Skip to content

Commit 3b77495

Browse files
committed
io_uring: split provided buffers handling into its own file
Move both the opcodes related to it, and the internals code dealing with it. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 7aaff70 commit 3b77495

File tree

7 files changed

+672
-636
lines changed

7 files changed

+672
-636
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
10+
cancel.o kbuf.o
1111
obj-$(CONFIG_IO_WQ) += io-wq.o

0 commit comments

Comments
 (0)