server: rewrite message handling
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index e674171e5195f71b74b6c03514a33d597ad4312e..650a21b0beb9143c46916a07675df1f4c6ded915 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -1164,6 +1164,8 @@ int iolog_flush(struct io_log *log, int wait)
 {
        struct iolog_flush_data *data;
 
+       io_u_quiesce(log->td);
+
        data = malloc(sizeof(*data));
        if (!data)
                return 1;