From ab76e971702d9fc95e933d62a70b1c4ce5d32449 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Wed, 11 Dec 2019 18:40:27 +0800 Subject: [PATCH] common: Use more accurate kernel config for _require_fail_make_request Just enabling CONFIG_FAIL_MAKE_REQUEST will not fulfill _require_fail_make_request. It's CONFIG_FAULT_INJECTION_DEBUG_FS. Signed-off-by: Qu Wenruo Reviewed-by: Filipe Manana Signed-off-by: Eryu Guan --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index 816588d6..eeac1355 100644 --- a/common/rc +++ b/common/rc @@ -2357,7 +2357,7 @@ _require_fail_make_request() { [ -f "$DEBUGFS_MNT/fail_make_request/probability" ] \ || _notrun "$DEBUGFS_MNT/fail_make_request \ - not found. Seems that CONFIG_FAIL_MAKE_REQUEST kernel config option not enabled" + not found. Seems that CONFIG_FAULT_INJECTION_DEBUG_FS kernel config option not enabled" } # Disable extent zeroing for ext4 on the given device -- 2.39.5