projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad163a7
)
io_uring: remove extra io_commit_cqring()
author
Pavel Begunkov
<asml.silence@gmail.com>
Sun, 19 Jun 2022 11:26:04 +0000
(12:26 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:14 +0000
(18:39 -0600)
We don't post events in __io_commit_cqring_flush() anymore but send all
requests to tw, so no need to do io_commit_cqring() there.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link:
https://lore.kernel.org/r/f2481e32375e749be89c42e4804268b608722cef.1655637157.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
patch
|
blob
|
history
diff --git
a/io_uring/io_uring.c
b/io_uring/io_uring.c
index ef4371790aaa5d23b472074c1a43660f921bc089..efad2d9b7b42c5497d277279e4c675efd902ed84 100644
(file)
--- a/
io_uring/io_uring.c
+++ b/
io_uring/io_uring.c
@@
-480,7
+480,6
@@
void __io_commit_cqring_flush(struct io_ring_ctx *ctx)
io_flush_timeouts(ctx);
if (ctx->drain_active)
io_queue_deferred(ctx);
- io_commit_cqring(ctx);
spin_unlock(&ctx->completion_lock);
}
if (ctx->has_evfd)