aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-03-14 10:45:07 -0600
committerJens Axboe <axboe@kernel.dk>2024-04-02 19:03:13 -0600
commit09ab7eff38202159271534d2f5ad45526168f2a5 (patch)
tree5dcc01bf33e272c483c993ad794e8d85dc5faf8f /include
parent73eaa2b583493b680c6f426531d6736c39643bfb (diff)
downloadlinux-09ab7eff38202159271534d2f5ad45526168f2a5.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h
index e248936250852..05df0e399d7c0 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;