]> git.itanic.dy.fi Git - linux-stable/commit
io_uring/register: move io_uring_register(2) related code to register.c
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2023 15:54:20 +0000 (08:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2023 15:54:20 +0000 (08:54 -0700)
commitc43203154d8ac579537aa0c7802b77d463b1f53a
tree3189729fcc95e68c14ecfa33cbb70fbbfce2c1b0
parentdc18b89ab113e9c6c7a529316ddf7029fb55132d
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>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/register.c [new file with mode: 0644]
io_uring/register.h [new file with mode: 0644]