X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=a82163255690027f94baa487112458746c1256be;hp=76667547a2f4b518db6ca9bbfea823eeffbaa399;hb=a3f001f5f679ae4efc5f34f682b16a2673ec2bac;hpb=72f397487788fc0b542870de5cc29ea8e8134346;ds=sidebyside diff --git a/filesetup.c b/filesetup.c index 76667547..a8216325 100644 --- a/filesetup.c +++ b/filesetup.c @@ -264,7 +264,7 @@ error: return ret; } -static unsigned long long get_rand_file_size(struct thread_data *td) +unsigned long long get_rand_file_size(struct thread_data *td) { unsigned long long ret, sized; uint64_t frand_max;