Fix bug in put_file() and __file_invalidate_cache()
[fio.git] / engines / guasi.c
index e0bcaf4c72bf89058d7e78533de9beafd847bb9f..b65061e92a4c27e9f07071888f95ddc6bda9b7c0 100644 (file)
@@ -141,6 +141,7 @@ static void fio_guasi_queued(struct thread_data *td, struct io_u **io_us, int nr
        struct io_u *io_u;
        struct timeval now;
 
+       io_u_mark_submit(td, nr);
        fio_gettime(&now, NULL);
        for (i = 0; i < nr; i++) {
                io_u = io_us[i];