commit | 87e7a9723a6732619b1682388cbc11b277a918f8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Wed Aug 25 09:01:25 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Wed Aug 25 09:01:25 2010 +0200 |
tree | 6fd3f6a802a3244b58c761c372ad6379a9c184f1 | |
parent | 64bbb86598ada3fa401c61aab5ef6c37bec6d6f3 [diff] [blame] |
Mark "read_iolog" as a parent for "replay_no_stall" Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
diff --git a/options.c b/options.c index 82a7289..9718dc5 100644 --- a/options.c +++ b/options.c
@@ -1486,6 +1486,7 @@ .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", }, {