X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fsyslet-rw.c;h=d4398106632f287674580d426737c16ee6fd2000;hp=0263f05ac0f923227a80af0dc50d5fd17bdf3eda;hb=0904200b6f113233a28c4c1ddf68f216bd922b78;hpb=e49499f8738562e014867ad693a999646d5e1bfb diff --git a/engines/syslet-rw.c b/engines/syslet-rw.c index 0263f05a..d4398106 100644 --- a/engines/syslet-rw.c +++ b/engines/syslet-rw.c @@ -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; }