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>
Showing
- io_uring/Makefile 2 additions, 1 deletionio_uring/Makefile
- io_uring/io_uring.c 2 additions, 325 deletionsio_uring/io_uring.c
- io_uring/io_uring.h 0 additions, 9 deletionsio_uring/io_uring.h
- io_uring/kbuf.c 1 addition, 0 deletionsio_uring/kbuf.c
- io_uring/memmap.c 336 additions, 0 deletionsio_uring/memmap.c
- io_uring/memmap.h 25 additions, 0 deletionsio_uring/memmap.h
- io_uring/rsrc.c 1 addition, 0 deletionsio_uring/rsrc.c
Please register or sign in to comment