Offering: HULK hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9QJ1S CVE: NA
--------------------------------
Enable this will cause new hungtask warnings, hence disable it.
Signed-off-by: Yu Kuai yukuai3@huawei.com --- block/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/Kconfig b/block/Kconfig index e213002d5e73..1e733b2b14d8 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -212,7 +212,7 @@ config BLK_DEV_DUMPINFO config BLK_IO_HUNG_TASK_CHECK bool "Enable io hung task check" depends on DETECT_HUNG_TASK - default y + default n help Enabling this lets the block layer detect hungtask for io, noted if this is set, hungtask will complain about slow io even if such