From 87e7a9723a6732619b1682388cbc11b277a918f8 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 25 Aug 2010 09:01:25 +0200 Subject: [PATCH] Mark "read_iolog" as a parent for "replay_no_stall" Signed-off-by: Jens Axboe --- options.c | 1 + 1 file changed, 1 insertion(+) 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", }, { -- 2.25.1