io_uring: fix wrong arm_poll error handling
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 21 Jun 2022 23:00:36 +0000 (00:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jun 2022 23:24:37 +0000 (17:24 -0600)
commit9d2ad2947a53abf5e5e6527a9eeed50a3a4cbc72
tree2d5dc366b8f8ed4b57b647a6916fe99972a2c016
parentc487a5ad48831afa6784b368ec40d0ee50f2fe1b
io_uring: fix wrong arm_poll error handling

Leaving ip.error set when a request was punted to task_work execution is
problematic, don't forget to clear it.

Fixes: aa43477b04025 ("io_uring: poll rework")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a6c84ef4182c6962380aebe11b35bdcb25b0ccfb.1655852245.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c