Cleanup profile support
authorJens Axboe <jens.axboe@oracle.com>
Fri, 5 Mar 2010 08:48:44 +0000 (09:48 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 5 Mar 2010 08:48:44 +0000 (09:48 +0100)
commit07b3232de97ac32a873f0b5d17c8f49c18ed3ae7
treee9759ecf5877cec265bcc6390800280b06b363b5
parent9f81736c7531e002038621577d5ffea571649bd7
Cleanup profile support

This is closer to where it needs to end up. No ext_options, just
include profile options in the general option table (and mark them
private for that profile).

Profile options are only available after loading a specific profile,
so there should be less confusion.

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