commit | 207b18e4238f281bfe044bfbdc23755f96d33185 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Mar 09 19:11:25 2012 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Mar 09 19:11:25 2012 +0100 |
tree | 1ac169d13421c4b61ca7b30af4edf48c6e4dfe08 | |
parent | f97a43a191f72ce071fe1140a2888dd5298c9aaa [diff] [blame] |
Mark buffer_compress_chunk as child of buffer_compress_percentage Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/options.c b/options.c index 0680659..463b66d 100644 --- a/options.c +++ b/options.c
@@ -2025,6 +2025,7 @@ .name = "buffer_compress_chunk", .type = FIO_OPT_INT, .off1 = td_var_offset(compress_chunk), + .parent = "buffer_compress_percentage", .help = "Size of compressible region in buffer", }, {