From: Jens Axboe Date: Wed, 12 Oct 2016 14:59:25 +0000 (-0600) Subject: Add alias for 'disable_bw_measurement' option X-Git-Tag: fio-2.15~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=afd2ceffd65514a54665493075d7957ec9d0e5fc Add alias for 'disable_bw_measurement' option 'disable_bw', similarly to the stats options. Reported-by: Bruce Cran Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index bcda5564..3c9adfbe 100644 --- a/options.c +++ b/options.c @@ -3920,6 +3920,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { }, { .name = "disable_bw_measurement", + .alias = "disable_bw", .lname = "Disable bandwidth stats", .type = FIO_OPT_BOOL, .off1 = offsetof(struct thread_options, disable_bw),