diff options
| author | Jens Axboe <axboe@kernel.dk> | 2024-10-26 15:43:44 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2024-11-03 00:44:30 +0300 |
| commit | fbbb8e991d86bb7539de6161746b6c747f93f533 (patch) | |
| tree | 6c2be719ea21b21c4251c65c0003ee57e190dba7 /include/linux | |
| parent | 7029acd8a950393ee3a3d8e1a7ee1a9b77808a3b (diff) | |
| download | linux-fbbb8e991d86bb7539de6161746b6c747f93f533.tar.xz | |
io_uring/rsrc: get rid of io_rsrc_node allocation cache
It's not going to be needed in the fast path going forward, so kill it
off.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/io_uring_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h index 42c5f2c992c4..696f2a05a98b 100644 --- a/include/linux/io_uring_types.h +++ b/include/linux/io_uring_types.h @@ -370,9 +370,6 @@ struct io_ring_ctx { struct io_rsrc_data *file_data; struct io_rsrc_data *buf_data; - /* protected by ->uring_lock */ - struct io_alloc_cache rsrc_node_cache; - u32 pers_next; struct xarray personalities; |
