Add option priorities
authorJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jun 2008 17:46:23 +0000 (19:46 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jun 2008 17:46:23 +0000 (19:46 +0200)
commit3b8b7135602a4d3a7132fee10da9c1203ab643ad
treeccbc50042a63bf7eadf00ded27079ccd26f84b20
parent0aa417a9515f9dc17523c1870f6409370e94ca19
Add option priorities

For instance, filename= must come after directory= or things will
go wrong. So add a priority value to each option, so that the parser
will take that into account.

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