commit | 709b302faddfac757d87df2080f900eccb1dc9e2 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Apr 08 08:58:43 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 08 09:25:18 2020 -0600 |
tree | 757aec6ef954a2a38de3dac17061109049824c45 | |
parent | 45097daea2f4e89bdb1c98359f78d0d6feb8e5c8 [diff] |
io_uring: simplify io_get_sqring Make io_get_sqring() care only about sqes themselves, not initialising the io_kiocb. Also, split it into get + consume, that will be helpful in the future. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>