io_uring: remove excessive unlikely on IS_ERR
authorDmitrii Bundin <dmitrii.bundin.a@gmail.com>
Mon, 9 Jan 2023 18:58:54 +0000 (21:58 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:40 +0000 (15:17 -0700)
commit81594e7e7a146888f0bac4fa782b0b5d3c37fdff
treea7899b39a09eb2a1d85d044ddda80dfc0d290597
parentcbeb47a7b5f003429ded32b1fb3a7108ce5c1b54
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>
io_uring/rw.c