]> www.infradead.org Git - users/hch/block.git/commit
io_uring/eventfd: move eventfd handling to separate file
authorJens Axboe <axboe@kernel.dk>
Mon, 3 Jun 2024 17:51:19 +0000 (11:51 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Jun 2024 20:54:55 +0000 (14:54 -0600)
commit200f3abd14db55f9aadcb74f4e7a678f1c469ba1
tree5588e398e3c45e010128ab2c9bf285e68080ee3d
parent60b6c075e8eb8bd23c106e2ab13370a146a94a5b
io_uring/eventfd: move eventfd handling to separate file

This is pretty nicely abstracted already, but let's move it to a separate
file rather than have it in the main io_uring file. With that, we can
also move the io_ev_fd struct and enum out of global scope.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/Makefile
io_uring/eventfd.c [new file with mode: 0644]
io_uring/eventfd.h [new file with mode: 0644]
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/register.c