When verify fails, dump the good/bad blocks to files
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index 9c556705f124d1365afca2aac2e3712b61a1a2c7..e475a36f678673fe809612c588a9f93bf27817e9 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -865,7 +865,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);
+                               fill_pattern(td, io_u->buf, max_bs, io_u, 0, 0);
                        }
                }