commit | a1d7c393c4711a9ce6c239c3ab053a50dc96505a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Jun 22 11:09:46 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 25 07:23:49 2020 -0600 |
tree | 0cb410cd95aab9cce321ad5db08f189b6affc3f3 | |
parent | 229a7b63507a3e84afb17c3bbb67505a81d28a1d [diff] |
io_uring: enable READ/WRITE to use deferred completions A bit more surgery required here, as completions are generally done through the kiocb->ki_complete() callback, even if they complete inline. This enables the regular read/write path to use the io_comp_state logic to batch inline completions. Signed-off-by: Jens Axboe <axboe@kernel.dk>