Skip to content

Commit 5273420

Browse files
krismanaxboe
authored andcommitted
io_uring: Drop per-ctx dummy_ubuf
Commit 19a63c4 ("io_uring/rsrc: keep one global dummy_ubuf") replaced it with a global static object but this stayed behind. Fixes: 19a63c4 ("io_uring/rsrc: keep one global dummy_ubuf") Signed-off-by: Gabriel Krisman Bertazi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 83a7eef commit 5273420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/io_uring_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ struct io_ring_ctx {
373373
struct io_restriction restrictions;
374374

375375
/* slow path rsrc auxilary data, used by update/register */
376-
struct io_mapped_ubuf *dummy_ubuf;
377376
struct io_rsrc_data *file_data;
378377
struct io_rsrc_data *buf_data;
379378

0 commit comments

Comments
 (0)