Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
authorJens Axboe <jens.axboe@oracle.com>
Thu, 25 Mar 2010 22:03:41 +0000 (23:03 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 25 Mar 2010 22:03:41 +0000 (23:03 +0100)
init.c

diff --git a/init.c b/init.c
index 4d0a9069a67556af7aab36c78caf9dd9a247822a..69941b2ea1cd3d426a88d5f1446ef1347862cd51 100644 (file)
--- a/init.c
+++ b/init.c
@@ -881,9 +881,6 @@ static int fill_def_thread(void)
        fio_fill_default_options(&def_thread);
 
        def_thread.o.timeout = def_timeout;
-       def_thread.o.write_bw_log = write_bw_log;
-       def_thread.o.write_lat_log = write_lat_log;
-
        return 0;
 }
 
@@ -1076,7 +1073,7 @@ static int parse_cmd_line(int argc, char *argv[])
                case 'l':
                        write_lat_log = 1;
                        break;
-               case 'w':
+               case 'b':
                        write_bw_log = 1;
                        break;
                case 'o':