projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1613e60
)
io_uring: Drop per-ctx dummy_ubuf
author
Gabriel Krisman Bertazi
<krisman@suse.de>
Thu, 23 May 2024 21:45:17 +0000
(17:45 -0400)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 27 May 2024 16:44:13 +0000
(10:44 -0600)
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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/io_uring_types.h
b/include/linux/io_uring_types.h
index 7a6b190c7da74a9e8a8e8ade24bdceffc58684f2..91224bbcfa73ff3f0bef85082e63044c410ea538 100644
(file)
--- a/
include/linux/io_uring_types.h
+++ b/
include/linux/io_uring_types.h
@@
-373,7
+373,6
@@
struct io_ring_ctx {
struct io_restriction restrictions;
/* slow path rsrc auxilary data, used by update/register */
- struct io_mapped_ubuf *dummy_ubuf;
struct io_rsrc_data *file_data;
struct io_rsrc_data *buf_data;