-
- Downloads
io_uring/register: move io_uring_register(2) related code to register.c
Most of this code is basically self contained, move it out of the core
io_uring file to bring a bit more separation to the registration related
bits. This moves another ~10% of the code into register.c.
Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- io_uring/Makefile 1 addition, 1 deletionio_uring/Makefile
- io_uring/io_uring.c 3 additions, 579 deletionsio_uring/io_uring.c
- io_uring/io_uring.h 8 additions, 0 deletionsio_uring/io_uring.h
- io_uring/register.c 599 additions, 0 deletionsio_uring/register.c
- io_uring/register.h 8 additions, 0 deletionsio_uring/register.h
Loading
Please register or sign in to comment