io_uring: split provided buffers handling into its own file
authorJens Axboe <axboe@kernel.dk>
Mon, 13 Jun 2022 13:07:23 +0000 (07:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:30:54 +0000 (11:30 -0600)
commit8982dc5d06ea09819d914054360d9642b75b504d
tree0a3fc71f978d06fd0100395b1ae2dc072947c5c2
parent3f78868ec77c868b732c72e817c8cd28cfabdfe9
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>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/kbuf.c [new file with mode: 0644]
io_uring/kbuf.h [new file with mode: 0644]
io_uring/net.c
io_uring/poll.c