Merge branch 'xnvme_includes' of https://github.com/safl/fio
[fio.git] / init.c
diff --git a/init.c b/init.c
index 10e63cca6cf7fd738a20b9c329357e5eb158fab5..105339fa28e0b855af65da9cb6a3c30529156e8d 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1082,6 +1082,8 @@ void td_fill_rand_seeds(struct thread_data *td)
 
        init_rand_seed(&td->buf_state, td->rand_seeds[FIO_RAND_BUF_OFF], use64);
        frand_copy(&td->buf_state_prev, &td->buf_state);
+
+       init_rand_seed(&td->fdp_state, td->rand_seeds[FIO_RAND_FDP_OFF], use64);
 }
 
 static int setup_random_seeds(struct thread_data *td)