io_uring: move mapping/allocation helpers to a separate file
authorJens Axboe <axboe@kernel.dk>
Wed, 27 Mar 2024 20:59:09 +0000 (14:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:26 +0000 (08:10 -0600)
commitf15ed8b4d0ce2c0831232ff85117418740f0c529
treea88a7221f61e7ef6cd6dfae2624a0604dc9e285b
parent18595c0a58ae29ac6a996c5b664610119b73182d
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