X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=00eb592bef7fadddc1314a77658b26c2637475de;hp=56a1d331625ae6804bb92540a36551bd4a855d34;hb=5921e80c5dfc9f96d2f21da6ae58f2b5d3a0b373;hpb=d0c70934dde93a8ee260a84c1bf69ff24484d486 diff --git a/init.c b/init.c index 56a1d331..00eb592b 100644 --- a/init.c +++ b/init.c @@ -307,7 +307,7 @@ static int fixup_options(struct thread_data *td) } if (o->fill_device && !o->size) - o->size = ULONG_LONG_MAX; + o->size = -1ULL; if (td_rw(td) && td->o.verify != VERIFY_NONE) log_info("fio: mixed read/write workload with verify. May not "