Ensure that buffer contents are random across jobs as well
[fio.git] / init.c
diff --git a/init.c b/init.c
index a920c6ed87e71e8b0399708fcb12ac0d6361c88a..ed3426936a9fb84b26b4b9567b853cb592819490 100644 (file)
--- a/init.c
+++ b/init.c
@@ -515,6 +515,8 @@ void td_fill_rand_seeds(struct thread_data *td)
                td_fill_rand_seeds_os(td);
        else
                td_fill_rand_seeds_internal(td);
+
+       init_rand_seed(&td->buf_state, td->rand_seeds[7]);
 }
 
 /*