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)
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>

No differences found