Home
last modified time | relevance | path

Searched hist:"81594 e7e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/io_uring/
H A Drw.c81594e7e Mon Jan 09 12:58:54 CST 2023 Dmitrii Bundin <dmitrii.bundin.a@gmail.com> io_uring: remove excessive unlikely on IS_ERR

The IS_ERR function uses the IS_ERR_VALUE macro under the hood which
already wraps the condition into unlikely.

Signed-off-by: Dmitrii Bundin <dmitrii.bundin.a@gmail.com>
Link: https://lore.kernel.org/r/20230109185854.25698-1-dmitrii.bundin.a@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>