Files
linux/fs
Pavel Begunkov 7179c3ce3d io_uring: fix poll error reporting
We should not return an error code in req->result in
io_poll_check_events(), because it may get mangled and returned as
success. Just return the error code directly, the callers will fail the
request or proceed accordingly.

Fixes: 6bf9c47a39 ("io_uring: defer file assignment")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/5f03514ee33324dc811fb93df84aee0f695fb044.1649862516.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-04-13 10:25:37 -06:00
..
2022-04-04 22:40:14 -05:00
2021-11-17 09:26:09 +01:00
2022-04-01 14:40:44 -04:00
2022-03-08 17:55:03 -07:00
2022-04-13 10:25:37 -06:00
2022-03-08 17:55:03 -07:00
2022-03-10 09:33:55 -07:00