io_uring: move mapping/allocation helpers to a separate file io_uring-ring-map
authorJens Axboe <axboe@kernel.dk>
Wed, 27 Mar 2024 20:59:09 +0000 (14:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Mar 2024 15:40:38 +0000 (09:40 -0600)
commit93ba903353ba5f595dc49b5c988edb738eae3afe
tree21211a19e4ff2e3853a772840fbca100246dfabb
parent4a141d2124bd9f993b61abc725b9ffd501b7ebb1
io_uring: move mapping/allocation helpers to a separate file

Move the related code from io_uring.c into memmap.c. No functional
changes in this patch, just cleaning it up a bit now that the full
transition is done.

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
io_uring/memmap.c [new file with mode: 0644]
io_uring/memmap.h [new file with mode: 0644]
io_uring/rsrc.c