doc: fix unit of zone_reset_threshold and relation to other option
[fio.git] / blktrace.c
index 00e5f9a9b7d2b621b80bc50008b1b8f391f6ee76..d5c8aee70b9f5fbe357094c8894f8ca59ee7d201 100644 (file)
@@ -545,7 +545,8 @@ bool read_blktrace(struct thread_data* td)
                        td->o.max_bs[DDIR_TRIM] = max(td->o.max_bs[DDIR_TRIM], rw_bs[DDIR_TRIM]);
                        io_u_quiesce(td);
                        free_io_mem(td);
-                       init_io_u_buffers(td);
+                       if (init_io_u_buffers(td))
+                               return false;
                }
                return true;
        }