From: Darrick J. Wong <djwong@xxxxxxxxxx> Record in the seqres.full file the filesystem repair strategy that we're going to use to detect the fuzzed metadata. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- common/fuzzy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fuzzy b/common/fuzzy index 7eaf883c0f..f34fcadefe 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -540,7 +540,7 @@ _scratch_xfs_fuzz_metadata() { fields="$(_scratch_xfs_list_metadata_fields "${filter}" "$@")" verbs="$(_scratch_xfs_list_fuzz_verbs)" - echo "Fields we propose to fuzz under: $@" + echo "Fields we propose to fuzz with the \"${repair}\" repair strategy: $@" echo $(echo "${fields}") echo "Verbs we propose to fuzz with:" echo $(echo "${verbs}")