]> 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)
commit775a4c0bb61a5508a865dff88efc3154b056cafd
tree7be31c2d414f047f0466770d5c2ae6fc0f92d951
parent14bb4d6094b9d938ae588dacfb9ee6653e3f90d6
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