commit | 1d4240cc9e7bb101dac58f30283fa24a809f5606 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Apr 12 02:05:03 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 12 08:46:44 2020 -0600 |
tree | d0e386c3992def448b13527c0f7c3bef9cc912b6 | |
parent | bf9c2f1cdcc718b6d2d41172f6ca005fe22cc7ff [diff] |
io_uring: early submission req fail code Having only one place for cleaning up a request after a link assembly/ submission failure will play handy in the future. At least it allows to remove duplicated cleanup sequence. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>