[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
authorJoel Becker <joel.becker@oracle.com>
Thu, 1 Mar 2007 07:22:42 +0000 (08:22 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 1 Mar 2007 07:22:42 +0000 (08:22 +0100)
commitad231bc4f41a9756871455c69d05ea91f1adf727
tree5dea36d980de1d046f0429251282657d11654c5f
parent780bf1a192f494dcbacb9c1fcc75f6c440a7051e
[PATCH] parse.c: Make FIO_OPT_STR explicitly one value

The original change had __handle_option() check !first to avoid
parsing an FIO_OPT_STR a second time.  However, the caller handle_option()
has a more explicit check.  Excluding FIO_OPT_STR there is much cleaner.

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