syslet: typo
[fio.git] / engines / syslet-rw.c
index 0263f05ac0f923227a80af0dc50d5fd17bdf3eda..f188d1c665fac1a7240504c3957364e036a2a451 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);
 
        return FIO_Q_COMPLETED;
 }