X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Fmemlock.c;h=9f5a3ea8a731f5f4870e53e32a3baffe6f8e5189;hb=b3d5e3fd80e3834097578e92d1b788065b8346e1;hp=418dc3c48fd0c1b4cf8596564ee22f3f661fd92a;hpb=e08e2dd7b77f99e4bb904fc1df2395c2fe2ffbbe;p=fio.git diff --git a/t/memlock.c b/t/memlock.c index 418dc3c4..9f5a3ea8 100644 --- a/t/memlock.c +++ b/t/memlock.c @@ -22,7 +22,7 @@ static void *worker(void *data) for (index = 0; index + 4096 < size; index += 4096) memset(&buf[index+512], 0x89, 512); if (first) { - printf("loop%d: did %lu MiB\n", i+1, size/(1024UL*1024UL)); + printf("loop%d: did %lu MiB\n", i+1, td->mib); first = 0; } }