projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
64bbb86
)
Mark "read_iolog" as a parent for "replay_no_stall"
author
Jens Axboe
<jaxboe@fusionio.com>
Wed, 25 Aug 2010 07:01:25 +0000
(09:01 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Wed, 25 Aug 2010 07:01:25 +0000
(09:01 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
options.c
patch
|
blob
|
blame
|
history
diff --git
a/options.c
b/options.c
index 82a7289e517ff1d316f8b14fa59f592b11903f57..9718dc56cb0d42871be7c3cc1a52b4b73ff0af27 100644
(file)
--- 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",
.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",
},
{
.help = "Playback IO pattern file as fast as possible without stalls",
},
{