From: Jens Axboe Date: Wed, 24 Mar 2010 12:44:34 +0000 (+0100) Subject: Remove default setting of clocksource X-Git-Tag: fio-1.39-rc1~21 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fdba6ac393728b3f743013a6517a987fda79bd1a;p=fio.git Remove default setting of clocksource Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index bdb56d3e..974df334 100644 --- a/options.c +++ b/options.c @@ -1231,7 +1231,6 @@ static struct fio_option options[FIO_MAX_OPTS] = { .cb = fio_clock_source_cb, .off1 = td_var_offset(clocksource), .help = "What type of timing source to use", - .def = "gettimeofday", .posval = { { .ival = "gettimeofday", .oval = CS_GTOD,