commit | bbad27b2f622fa26d107f8a72c0cd5cc102dc56e | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Nov 19 23:32:47 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:06 2019 -0700 |
tree | 7d81e19de9cee732ea9740dd47e0bd001498cb4f | |
parent | 5d960724b0cb0d12469d1c62912e4a8c09c9fd92 [diff] |
io_uring: Always REQ_F_FREE_SQE for allocated sqe Always mark requests with allocated sqe and deallocate it in __io_free_req(). It's easier to follow and doesn't add edge cases. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>