From: Jens Axboe Date: Wed, 25 Aug 2010 07:01:25 +0000 (+0200) Subject: Mark "read_iolog" as a parent for "replay_no_stall" X-Git-Tag: fio-1.43~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=87e7a9723a6732619b1682388cbc11b277a918f8 Mark "read_iolog" as a parent for "replay_no_stall" Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 82a7289e..9718dc56 100644 --- a/options.c +++ b/options.c @@ -1486,6 +1486,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .type = FIO_OPT_INT, .off1 = td_var_offset(no_stall), .def = "0", + .parent = "read_iolog", .help = "Playback IO pattern file as fast as possible without stalls", }, {