commit | b23df91bff954ebd8aee39eb22e5028f41cd9e56 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Feb 04 13:52:04 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 04 08:05:46 2021 -0700 |
tree | 7be31c2d414f047f0466770d5c2ae6fc0f92d951 | |
parent | 5ea5dd45844d1b727ab2a76f47d6e9aa65d1e921 [diff] |
io_uring: highlight read-retry loop We already have implicit do-while for read-retries but with goto in the end. Convert it to an actual do-while, it highlights it so making a bit more understandable and is cleaner in general. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>