]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/rsrc: move struct io_fixed_file to rsrc.h header
authorJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2024 14:54:28 +0000 (08:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:28 +0000 (13:43 -0600)
commitff1256b8f3c45f222bce19fbfc1e1bc498b31d03
treeba718e262354bd5a82cee947557ab9f35791ea8a
parenta85f31052bce52111b4e9d5a536003481d0421d0
io_uring/rsrc: move struct io_fixed_file to rsrc.h header

There's no need for this internal structure to be visible, move it to
the private rsrc.h header instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/filetable.h
io_uring/rsrc.h