X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=268c0603aa7dba88a5698577ff8738abb996350e;hb=2a2804c95571c5bc9f3fc9e6e5b422fa90aa5670;hp=19bec75a4ec75d29e2af196f4ad41791a97efceb;hpb=323f58c5ee9eb695e4c8f257ee955625480b3729;p=fio.git diff --git a/verify.c b/verify.c index 19bec75a..268c0603 100644 --- a/verify.c +++ b/verify.c @@ -1603,7 +1603,7 @@ int verify_state_hdr(struct verify_state_hdr *hdr, struct thread_io_list *s, hdr->size = le64_to_cpu(hdr->size); hdr->crc = le64_to_cpu(hdr->crc); - if (hdr->version != VSTATE_HDR_VERSION || + if (hdr->version != VSTATE_HDR_VERSION && hdr->version != VSTATE_HDR_VERSION_V1) return 1;