X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Ftest.c;h=05ea73e69e1abee7d15e7a17ec0cd75da7cd01b8;hb=4b157ac6446364e5eecdcdbf75fc1a814489a343;hp=dbc5653ffc14410711ed6a7df1a7d333aae0a629;hpb=64666f8fe2242cbe4d804df2305924a9e43e8699;p=fio.git diff --git a/crc/test.c b/crc/test.c index dbc5653f..05ea73e6 100644 --- a/crc/test.c +++ b/crc/test.c @@ -306,7 +306,7 @@ int fio_crctest(const char *type) } buf = malloc(CHUNK); - init_rand_seed(&state, 0x8989); + init_rand_seed(&state, 0x8989, 0); fill_random_buf(&state, buf, CHUNK); for (i = 0; t[i].name; i++) {