From 207b18e4238f281bfe044bfbdc23755f96d33185 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 9 Mar 2012 19:11:25 +0100 Subject: [PATCH] Mark buffer_compress_chunk as child of buffer_compress_percentage Signed-off-by: Jens Axboe --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 06806596..463b66dc 100644 --- a/options.c +++ b/options.c @@ -2025,6 +2025,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .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", }, { -- 2.25.1