X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.c;h=984c01ac7e6442a99868ee03388a684c654318e8;hp=e44fce08b51065cf4d6ad9feaf87f6878ee4ff25;hb=3bec7ae05cbec8823943a9aca79871c99709ed5f;hpb=98eeabf3e54aea64363a231123aacd5b0730e051 diff --git a/ioengines.c b/ioengines.c index e44fce08..984c01ac 100644 --- a/ioengines.c +++ b/ioengines.c @@ -238,7 +238,7 @@ int td_io_queue(struct thread_data *td, struct io_u *io_u) unlock_file(td, io_u->file); if (ret != FIO_Q_BUSY) - io_u_mark_depth(td, io_u); + io_u_mark_depth(td, io_u, 1); if (ret == FIO_Q_QUEUED) { int r;