]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
common/fail_make_request: fix error message
authorMark Harmstone <maharmstone@fb.com>
Wed, 31 Jul 2024 11:41:33 +0000 (12:41 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 12 Oct 2024 14:06:30 +0000 (22:06 +0800)
fail_make_request depends on the kernel option CONFIG_FAIL_MAKE_REQUEST
to function, not CONFIG_FAULT_INJECTION_DEBUG_FS.

Signed-off-by: Mark Harmstone <maharmstone@fb.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/fail_make_request

index b5370ba68f0ccd4afe6d4e6994e777bd87a39674..564020215ffdc854da52dd2794020ca63ed8476c 100644 (file)
@@ -7,7 +7,7 @@ _require_fail_make_request()
 {
     [ -f "$DEBUGFS_MNT/fail_make_request/probability" ] \
        || _notrun "$DEBUGFS_MNT/fail_make_request \
- not found. Seems that CONFIG_FAULT_INJECTION_DEBUG_FS kernel config option not enabled"
+ not found. Seems that CONFIG_FAIL_MAKE_REQUEST kernel config option not enabled"
 }
 
 _allow_fail_make_request()