commit | bfe76559833d5d76fc4eebdad7658d22522f8a22 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Sep 30 22:57:55 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:38:46 2020 -0600 |
tree | 434e81a5106f828e3f9504c9f022b80845e30b6d | |
parent | 73debe68b300ca24fdbbe9b6c3787d3e239deb3d [diff] |
io_uring: decouple issuing and req preparation io_issue_sqe() does two things at once, trying to prepare request and issuing them. Split it in two and deduplicate with io_defer_prep(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>