On Thu, 2022-09-08 at 16:56 +0100, Pavel Begunkov wrote: > We may propagate a positive return value of io_run_task_work() out of > io_iopoll_check(), which breaks our tests. io_run_task_work() doesn't > return anything useful for us, ignore the return value. > > Fixes: dacbb30102689 ("io_uring: add IORING_SETUP_DEFER_TASKRUN") > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> > --- > io_uring/io_uring.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > Reviewed-by: Dylan Yudaken <dylany@xxxxxx>