fio: create over-arching data placement option
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 89f3d7892eb4c7ebfbfc5f17d371496b3b34928a..86ad74245a5e72a333e3c330c06ecdf42d314c64 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1065,7 +1065,7 @@ static int fill_io_u(struct thread_data *td, struct io_u *io_u)
                }
        }
 
-       if (td->o.fdp)
+       if (td->o.dp_type == FIO_DP_FDP)
                dp_fill_dspec_data(td, io_u);
 
        if (io_u->offset + io_u->buflen > io_u->file->real_file_size) {