Mark buffer_compress_chunk as child of buffer_compress_percentage
authorJens Axboe <axboe@kernel.dk>
Fri, 9 Mar 2012 18:11:25 +0000 (19:11 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Mar 2012 18:11:25 +0000 (19:11 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index 068065966bcf7d910f36666ecc140035f92af8a9..463b66dcd99ea85ddbeb265f5cb17959ab39a53b 100644 (file)
--- 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",
        },
        {