parser: get rid of FIO_OPT_STR_VAL_INT
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 13:43:25 +0000 (15:43 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 13:43:25 +0000 (15:43 +0200)
commite01b22b8fe3f20376fe8fdc6f2c28cc3682d698e
tree392d12d3779d0f860f5ed391f0bf40fd7e3abc77
parent835d9b9ed0e5c2591b8a3eacbd5f4ab6bdab466c
parser: get rid of FIO_OPT_STR_VAL_INT

It's treated the same as FIO_OPT_INT since we got rid of the
int vs siint distinction.

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