No need to use specific flag for io_u fill length
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 88b2b9f32a844aaffb11e5d4e5c2fc95951a4890..f27cddacf95f881792d392f7ca4097a1781e496d 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -988,7 +988,6 @@ struct io_u *get_io_u(struct thread_data *td)
                         * Reset the buf_filled parameters so next time if the
                         * buffer is used for writes it is refilled.
                         */
-                       io_u->flags &= ~IO_U_F_FILLED;
                        io_u->buf_filled_len = 0;
                }
        }