Fixup rwmixread/write options
[fio.git] / init.c
diff --git a/init.c b/init.c
index 70078aad3782aa86b575e23d338d4ccea1561cb8..12913615d21874619129514e59b138e60518e555 100644 (file)
--- a/init.c
+++ b/init.c
@@ -19,7 +19,7 @@
 #include "smalloc.h"
 #include "filehash.h"
 
-static char fio_version_string[] = "fio 1.21-rc1";
+static char fio_version_string[] = "fio 1.21-rc2";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -220,9 +220,6 @@ static int fixup_options(struct thread_data *td)
                return 1;
        }
 
-       if (o->rwmix[DDIR_READ] + o->rwmix[DDIR_WRITE] > 100)
-               o->rwmix[DDIR_WRITE] = 100 - o->rwmix[DDIR_READ];
-
        if (o->write_iolog_file && o->read_iolog_file) {
                log_err("fio: read iolog overrides write_iolog\n");
                free(o->write_iolog_file);