X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=5c7e43d05b31ae519d841372c25c660895e6f376;hb=79591fa9555024aa9564656bbbb9d4c828a3e189;hp=e63a8392cdebc713991af1b44ab66ad56b38c8c8;hpb=d0c8ccb05060d76e74a6320449ef2e4f26a7797b;p=fio.git diff --git a/verify.c b/verify.c index e63a8392..5c7e43d0 100644 --- a/verify.c +++ b/verify.c @@ -393,6 +393,7 @@ static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) (unsigned char)pattern[mod], bits); log_err("fio: bad pattern block offset %u\n", i); + vc->name = "pattern"; log_verify_failure(hdr, vc); return EILSEQ; } @@ -1210,7 +1211,6 @@ nothing: void fio_verify_init(struct thread_data *td) { if (td->o.verify == VERIFY_CRC32C_INTEL || - td->o.verify == VERIFY_CRC32C_ARM64 || td->o.verify == VERIFY_CRC32C) { crc32c_arm64_probe(); crc32c_intel_probe();