Clean up unit prefixes for binary multiples in comments and prints
authorRobert Elliott <elliott@hpe.com>
Thu, 22 Dec 2016 20:50:49 +0000 (14:50 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 3 Jan 2017 01:19:49 +0000 (18:19 -0700)
commit420b104a3f6ba4328b6b167808f71bb7849102ec
tree8fe2a95ac6c43b88f58819c451582ee09d60d240
parentaf7f87cb59fb3fc29a7d9f56f03f7b42680a45f2
Clean up unit prefixes for binary multiples in comments and prints

Change comments and prints that are referring to values based on
binary multiples to use IEC 80000-13 prefixes for binary
multiples rather than SI prefixes for decimal multiples (e.g.,
KiB, MiB, and GiB rather than KB, MB, and GB).

Includes a fix for the rate_min print that was printing "KB/s"
although it was really printing bytes per second.

Includes a fix for goptions confusing the PB and TB units (while
changing them to PiB and TiB).

Signed-off-by: Jens Axboe <axboe@fb.com>
README
backend.c
engines/dev-dax.c
engines/mmap.c
eta.c
filesetup.c
goptions.c
memory.c
stat.c