Skip to content
Snippets Groups Projects
Commit 97b388d7 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: handle completions in the core


Normally request handlers complete requests themselves, if they don't
return an error. For the latter case, the core will complete it for
them.

This is unhandy for pushing opcode handlers further out, as we don't
want a bunch of inline completion code and we don't want to make the
completion path slower than it is now.

Let the core handle any completion, unless the handler explicitly
asks us not to.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent de23077e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment