syslet: typo
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 12:49:36 +0000 (13:49 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 12:49:36 +0000 (13:49 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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)
        assert(sd->nr_events < td->iodepth);
 
        if (io_u->error)
+               td_verror(td, io_u->error);
 
        return FIO_Q_COMPLETED;
 }
 
        return FIO_Q_COMPLETED;
 }