https://github.com/torvalds/linux
Revision 914390bcfdd6351a4d308da7f43294476ea7d3bf authored by Jens Axboe on 28 February 2021, 19:22:37 UTC, committed by Jens Axboe on 04 March 2021, 13:36:28 UTC
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>
1 parent 5730b27
Raw File
Tip revision: 914390bcfdd6351a4d308da7f43294476ea7d3bf authored by Jens Axboe on 28 February 2021, 19:22:37 UTC
io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()
Tip revision: 914390b
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top