tests, profiles: Use IEC prefixes for binary multiples
authorRobert Elliott <elliott@hpe.com>
Thu, 22 Dec 2016 20:50:43 +0000 (14:50 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 3 Jan 2017 01:19:49 +0000 (18:19 -0700)
commit4870138d26a450f9ed900d0a950d3c1a3888eddf
treee25e45487098a4aed5bf8eb9c70135a911d9eada
parent169c098dd3e2081679cf42978ea926e8dac62801
tests, profiles: Use IEC prefixes for binary multiples

Use IEC 80000-13 prefixes for binary multiples of bytes
(KiB, MiB, etc.) rather than SI prefixes for decimal multiples
of bytes (KB, MB, etc.) in places in which the code has fixed
divide by 1024, 1024*1024, >>20, etc.  and is clearly always
using binary multiples.

Signed-off-by: Jens Axboe <axboe@fb.com>
crc/test.c
profiles/act.c
profiles/tiobench.c
t/btrace2fio.c
t/dedupe.c
t/genzipf.c
t/lfsr-test.c
t/memlock.c
t/read-to-pipe-async.c