zbd: Fix zone report handling
[fio.git] / filesetup.c
index 457d4c1223394969347ff4c56fbc6b73700f6b6b..47c889a0bfe87a4d77285a8bff93b48e01177b15 100644 (file)
@@ -925,7 +925,7 @@ int setup_files(struct thread_data *td)
 
        if (o->read_iolog_file)
                goto done;
-       
+
        /*
         * check sizes. if the files/devices do not exist and the size
         * isn't passed to fio, abort.
@@ -1287,7 +1287,7 @@ bool init_random_map(struct thread_data *td)
                        return false;
 
                if (td->o.random_generator == FIO_RAND_GEN_LFSR) {
-                       unsigned long seed;
+                       uint64_t seed;
 
                        seed = td->rand_seeds[FIO_RAND_BLOCK_OFF];