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 21:56:19 +0000 (14:56 -0700)
commit164cebd66a58663fc6074ab85654328948e65bf7
treea5d80ae66c32ca425f72f12b3663bf6ed1db7c0e
parentcb0db8cf695904a060e57042485d1ba8917db013
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