Allow 'b' postfix for integer values
authorJens Axboe <jens.axboe@oracle.com>
Wed, 23 Dec 2009 07:54:52 +0000 (08:54 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 23 Dec 2009 07:54:52 +0000 (08:54 +0100)
commit975462a6cbfe5c97ba6d7207978467748611b5ab
tree0271382bdb86d1c4df852ce19ba82b0495b35924
parentfa77073a574c3b322529fe11c4af16eed1667079
Allow 'b' postfix for integer values

Fio would previously regard '1tb' as just 1 byte, since the 'b' postfix
isn't a valid multiplier. Allow the 'b' as well, just ignore it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c