io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()
authorJens Axboe <axboe@kernel.dk>
Sun, 28 Feb 2021 19:22:37 +0000 (12:22 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Mar 2021 17:10:31 +0000 (10:10 -0700)
commita4624207c55133df373fa93e8e7b382d28e69416
tree5e2d125aaf9bc945dbed6609f702ce3f879ced94
parent784ea643ff113a5618017379ad46ac4acd1d9b5d
io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()

We already run the fallback task_work in io_uring_try_cancel_requests(),
no need to duplicate at ring exit explicitly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c