X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=ca7ee68fde393e8cbd440a5deef9b830a1dbff41;hp=23c4ae2d96a8b18fb9e0c185e0a5864527fb2707;hb=a7e8aae0220458e3d3bfa12c04835a63bbf152e2;hpb=d08dbc03fe8b5ca5bc123746e2a688168da67a5a diff --git a/io_u.c b/io_u.c index 23c4ae2d..ca7ee68f 100644 --- a/io_u.c +++ b/io_u.c @@ -990,6 +990,9 @@ static int fill_io_u(struct thread_data *td, struct io_u *io_u) } } + if (td->o.fdp) + fdp_fill_dspec_data(td, io_u); + if (io_u->offset + io_u->buflen > io_u->file->real_file_size) { dprint(FD_IO, "io_u %p, off=0x%llx + len=0x%llx exceeds file size=0x%llx\n", io_u,