Pre-load and sort random blocks for pure read verify workloads
[fio.git] / backend.c
index 8e96fb081af7aecb2da6ccd3fac40b511cd53636..7cebf4d30cbeabe7b32adca54fd0561a29f3a634 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1025,6 +1025,7 @@ static void *thread_main(void *data)
        INIT_FLIST_HEAD(&td->io_hist_list);
        INIT_FLIST_HEAD(&td->verify_list);
        INIT_FLIST_HEAD(&td->trim_list);
+       INIT_FLIST_HEAD(&td->next_rand_list);
        pthread_mutex_init(&td->io_u_lock, NULL);
        td->io_hist_tree = RB_ROOT;