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>
Mon, 9 Jan 2023 23:14:28 +0000 (16:14 -0700)
commit119fda37c54736ea65a669273d0b3c394c99a75c
treefcba5540aae072804fd64a24e1026cacdadaf83e
parent5ab697ff917844acbd898009261fb0c2f0faec54
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