Fix refill buffers overwriting verify data
[fio.git] / engines / null.c
index 85d6847e18388eee2822f7b7cf38b7d230b5ec27..eb805017457721808fc105a80db2bc264cc20eaa 100644 (file)
@@ -46,6 +46,7 @@ static int fio_null_commit(struct thread_data *td)
        struct null_data *nd = td->io_ops->data;
 
        if (!nd->events) {
+               io_u_mark_submit(td, nd->queued);
                nd->events = nd->queued;
                nd->queued = 0;
        }