From: Jens Axboe Date: Fri, 9 Mar 2012 18:11:25 +0000 (+0100) Subject: Mark buffer_compress_chunk as child of buffer_compress_percentage X-Git-Tag: fio-2.0.6~15 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=207b18e4238f281bfe044bfbdc23755f96d33185;p=fio.git Mark buffer_compress_chunk as child of buffer_compress_percentage Signed-off-by: Jens Axboe --- 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", }, {