]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf4de700ab50586de177ee4f7b82509d76c20b93
tree7be31c2d414f047f0466770d5c2ae6fc0f92d951
parent86470aaf7ffaef9c2c571d5d0501e54296d01443
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