Rate must always calculate bytes done
[fio.git] / engines / syslet-rw.c
index 0263f05ac0f923227a80af0dc50d5fd17bdf3eda..d4398106632f287674580d426737c16ee6fd2000 100644 (file)
@@ -190,6 +190,7 @@ static int fio_syslet_queue(struct thread_data *td, struct io_u *io_u)
        assert(sd->nr_events < td->iodepth);
 
        if (io_u->error)
+               td_verror(td, io_u->error, "xfer");
 
        return FIO_Q_COMPLETED;
 }