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>
Mon, 27 May 2024 16:44:13 +0000 (10:44 -0600)
commit631e0ef0d1ca3c046f5879ddcd6c7c68071f2863
treef872a8615e1a8dd2a624028ff7064b7ea342b365
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
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