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@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
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}")