Remove default setting of clocksource
authorJens Axboe <jens.axboe@oracle.com>
Wed, 24 Mar 2010 12:44:34 +0000 (13:44 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 24 Mar 2010 12:44:34 +0000 (13:44 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index bdb56d3e4bec652a58b8f2fe02bdb78656f62fca..974df334a209f2af811496ee7976d82169dd576e 100644 (file)
--- 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,