Fix percentile_list option
authorVincent Kang Fu <VFu@fusionio.com>
Sat, 2 Feb 2013 08:28:55 +0000 (09:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Feb 2013 08:28:55 +0000 (09:28 +0100)
commitfd112d34a2cfdc2d9efcd394e38b6d87b357c23d
tree1601f911c2b99134c942651c9817d5fcb6eb3be2
parentf67d6ee2d0988de577f6f3d7e303d6a18a44e4a0
Fix percentile_list option

Commit 802ad4a8 broke the parsing of the percentile list,
by neglecting to change the parser type fo a fio_fp64_t.

Also get rid of the def_percentile_list, just set the
default percentile list as the option default.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h
init.c
options.c
parse.c
stat.c