The following changes since commit 79a43187163eb99eaabaa496cb8b5e3a164f3e09: Add binject IO engine (2010-09-07 13:28:58 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): binject: use WRITE, not WRITEZERO engines/binject.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/engines/binject.c b/engines/binject.c index 3f663bd..a1b0181 100644 --- a/engines/binject.c +++ b/engines/binject.c @@ -175,7 +175,7 @@ static int fio_binject_prep(struct thread_data *td, struct io_u *io_u) buc->type = B_TYPE_READ; } else if (io_u->ddir == DDIR_WRITE) { binject_buc_init(bd, io_u); - buc->type = B_TYPE_WRITEZERO; + buc->type = B_TYPE_WRITE; } else if (io_u->ddir == DDIR_TRIM) { binject_buc_init(bd, io_u); buc->type = B_TYPE_DISCARD; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html