X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=ed3646a4bbe75e598e556970084bcb328c30fa3e;hp=2d277a6428a3b19dee365262405b30850d90a669;hb=HEAD;hpb=8b3190c3ea38af87778a68c576947f8797215d33 diff --git a/filesetup.c b/filesetup.c index 2d277a64..cb42a852 100644 --- a/filesetup.c +++ b/filesetup.c @@ -1411,8 +1411,8 @@ done: td_restore_runstate(td, old_state); - if (td->o.fdp) { - err = fdp_init(td); + if (td->o.dp_type != FIO_DP_NONE) { + err = dp_init(td); if (err) goto err_out; }