File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ struct io_wq_work {
5555 int cancel_seq ;
5656};
5757
58- struct io_fixed_file {
59- /* file * with additional FFS_* flags */
60- unsigned long file_ptr ;
61- };
62-
6358struct io_file_table {
6459 struct io_fixed_file * files ;
6560 unsigned long * bitmap ;
Original file line number Diff line number Diff line change 44
55#include <linux/file.h>
66#include <linux/io_uring_types.h>
7+ #include "rsrc.h"
78
89bool io_alloc_file_tables (struct io_file_table * table , unsigned nr_files );
910void io_free_file_tables (struct io_file_table * table );
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ struct io_rsrc_node {
4040 struct io_rsrc_put item ;
4141};
4242
43+ struct io_fixed_file {
44+ /* file * with additional FFS_* flags */
45+ unsigned long file_ptr ;
46+ };
47+
4348struct io_mapped_ubuf {
4449 u64 ubuf ;
4550 unsigned int len ;
You can’t perform that action at this time.
0 commit comments