summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-10-25 17:54:28 +0300
committerJens Axboe <axboe@kernel.dk>2024-10-29 22:43:28 +0300
commitff1256b8f3c45f222bce19fbfc1e1bc498b31d03 (patch)
treeba718e262354bd5a82cee947557ab9f35791ea8a /include/linux
parenta85f31052bce52111b4e9d5a536003481d0421d0 (diff)
downloadlinux-ff1256b8f3c45f222bce19fbfc1e1bc498b31d03.tar.xz
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>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/io_uring_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h
index 2f12828b22a4..d4ba4ae480d6 100644
--- a/include/linux/io_uring_types.h
+++ b/include/linux/io_uring_types.h
@@ -55,11 +55,6 @@ struct io_wq_work {
int cancel_seq;
};
-struct io_fixed_file {
- /* file * with additional FFS_* flags */
- unsigned long file_ptr;
-};
-
struct io_file_table {
struct io_fixed_file *files;
unsigned long *bitmap;