diff options
author | Jens Axboe | 2024-03-14 10:45:07 -0600 |
---|---|---|
committer | Jens Axboe | 2024-04-02 19:03:13 -0600 |
commit | 09ab7eff38202159271534d2f5ad45526168f2a5 (patch) | |
tree | 5dcc01bf33e272c483c993ad794e8d85dc5faf8f /include/linux | |
parent | 73eaa2b583493b680c6f426531d6736c39643bfb (diff) |
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/linux')
-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; |