Add option for specifically setting buffer contents
[fio.git] / backend.c
index 101024d10c24b4ec34c90693cd0244a4f2feb7a6..c9a20a3b36a188e01df2b5865f8e68140b28028f 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -989,7 +989,7 @@ static int init_io_u(struct thread_data *td)
                                 * Fill the buffer with the pattern if we are
                                 * going to be doing writes.
                                 */
-                               fill_pattern(td, io_u->buf, max_bs, io_u, 0, 0);
+                               fill_verify_pattern(td, io_u->buf, max_bs, io_u, 0, 0);
                        }
                }