The following changes since commit 4db089f5dd8a00eb4efdc8694735ef2cc3843998: Merge branch 'master' of ssh://git.kernel.dk/data/git/fio (2013-10-08 08:49:25 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master Akinobu Mita (1): make ioengine specific command line options work options.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/options.c b/options.c index 4b91f52..f26ff77 100644 --- a/options.c +++ b/options.c @@ -3603,7 +3603,7 @@ int fio_cmd_option_parse(struct thread_data *td, const char *opt, char *val) int fio_cmd_ioengine_option_parse(struct thread_data *td, const char *opt, char *val) { - return parse_cmd_option(opt, val, td->io_ops->options, td); + return parse_cmd_option(opt, val, td->io_ops->options, td->eo); } void fio_fill_default_options(struct thread_data *td) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html