binject: correctly retrieve block size of device
[fio.git] / init.c
diff --git a/init.c b/init.c
index 1f277e2c5edc19b15ea6b91561bc80fd465054ad..cc4037a787e04c48383729c0afe58f8d65c45773 100644 (file)
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.43.1";
+static char fio_version_string[] = "fio 1.44-rc1";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -447,6 +447,7 @@ void td_fill_rand_seeds(struct thread_data *td)
                os_random_seed(td->rand_seeds[3], &td->next_file_state);
 
        os_random_seed(td->rand_seeds[5], &td->file_size_state);
+       os_random_seed(td->rand_seeds[6], &td->trim_state);
 
        if (!td_random(td))
                return;