diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-03-14 17:45:07 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-04-03 03:03:13 +0200 |
commit | 09ab7eff38202159271534d2f5ad45526168f2a5 (patch) | |
tree | 5dcc01bf33e272c483c993ad794e8d85dc5faf8f /include | |
parent | io_uring: use private workqueue for exit work (diff) | |
download | linux-09ab7eff38202159271534d2f5ad45526168f2a5.tar.xz linux-09ab7eff38202159271534d2f5ad45526168f2a5.zip |
io_uring/kbuf: get rid of lower BGID lists
Just rely on the xarray for any kind of bgid. This simplifies things, and
it really doesn't bring us much, if anything.
Cc: stable@vger.kernel.org # v6.4+
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/io_uring_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h index e24893625085..05df0e399d7c 100644 --- a/include/linux/io_uring_types.h +++ b/include/linux/io_uring_types.h @@ -294,7 +294,6 @@ struct io_ring_ctx { struct io_submit_state submit_state; - struct io_buffer_list *io_bl; struct xarray io_bl_xa; struct io_hash_table cancel_table_locked; |