Fix unit_base kb_base mixup in thread option conversion functions
authorRobert Elliott <elliott@hpe.com>
Thu, 22 Dec 2016 20:50:44 +0000 (14:50 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 3 Jan 2017 01:19:49 +0000 (18:19 -0700)
commita199930c13c6bf8a3d35992d0afe4df57649f8bf
tree87093bfd133fb66bac0215b3d5e38bcdb4d35b46
parent4870138d26a450f9ed900d0a950d3c1a3888eddf
Fix unit_base kb_base mixup in thread option conversion functions

Don't set unit_base, which is 1 or 8, to kb_base, which is 1000
or 1024, during the convert functions used by the initial cconv test.

Signed-off-by: Jens Axboe <axboe@fb.com>
cconv.c