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>
Mon, 28 Oct 2024 19:23:03 +0000 (13:23 -0600)
commit809921aa7613dcf277056ebe89451629d245e315
treebadd6e9a587093f8b20b0fee6e0b3c9a2e1f0904
parent9e584ed6484af6ca51d32eef28259e382218ac25
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