]> www.infradead.org Git - users/hch/block.git/commit
io_uring: Drop per-ctx dummy_ubuf
authorGabriel Krisman Bertazi <krisman@suse.de>
Thu, 23 May 2024 21:45:17 +0000 (17:45 -0400)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Jun 2024 20:54:55 +0000 (14:54 -0600)
commit81cc927d9c5eefd4a1b08e16b0ab2263f36d03f7
treecf822e8fabeb8aef78c77d2e4239e7a52ccb09db
parent6ba59ff4227927d3a8530fc2973b80e94b54d58f
io_uring: Drop per-ctx dummy_ubuf

Commit 19a63c402170 ("io_uring/rsrc: keep one global dummy_ubuf")
replaced it with a global static object but this stayed behind.

Fixes: 19a63c402170 ("io_uring/rsrc: keep one global dummy_ubuf")
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/20240523214517.31803-1-krisman@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h