X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=filesetup.c;h=cb42a852c8cf3728571e54f55103e17d802ef4c4;hb=refs%2Fheads%2Fmaster;hp=2d277a6428a3b19dee365262405b30850d90a669;hpb=2b03792ceb7ed00bd50db5b59486fab902295df8;p=fio.git 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; }