io_uring: highlight read-retry loop
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 4 Feb 2021 13:52:04 +0000 (13:52 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Feb 2021 15:05:46 +0000 (08:05 -0700)
commitb23df91bff954ebd8aee39eb22e5028f41cd9e56
tree7be31c2d414f047f0466770d5c2ae6fc0f92d951
parent5ea5dd45844d1b727ab2a76f47d6e9aa65d1e921
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>
fs/io_uring.c