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 13:07:56 +0000 (07:07 -0600)
commit239f46dd7ae69c31092c943751d7ffe578a4ac8c
treeb08ee320e5228c2cc55f95091d2b320f6f761953
parent8f100dec07dc18328f1300287a2d5b1d9c91691b
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