commit | 652532ad459524d32c6bf1522e0b88d83b084d1a | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Jul 03 22:15:07 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jul 05 15:07:37 2020 -0600 |
tree | f45c0f29e0aa2e1bc5c62f621d6070b495481618 | |
parent | 6df1db6b542436c6d429caa66e1045862fa36155 [diff] |
io_uring: keep queue_sqe()'s fail path separately A preparation path, extracts error path into a separate block. It looks saner then calling req_set_fail_links() after io_put_req_find_next(), even though it have been working well. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>