blktrace: load improvements
[fio.git] / engines / rbd.c
index 39fa0ceb21c8f97c6c1ac1bcc3e83bcace424903..5a4a3e271f6c32ce7ee073df139e47e490f6daec 100644 (file)
@@ -377,7 +377,7 @@ static int fio_rbd_setup(struct thread_data *td)
         * The size of the RBD is set instead of a artificial file.
         */
        if (!td->files_index) {
-               add_file(td, td->o.filename ? : "rbd", 0);
+               add_file(td, td->o.filename ? : "rbd", 0, 0);
                td->o.nr_files = td->o.nr_files ? : 1;
        }
        f = td->files[0];