X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=f27cddacf95f881792d392f7ca4097a1781e496d;hp=88b2b9f32a844aaffb11e5d4e5c2fc95951a4890;hb=10e8a7b30ce2917df9f839d42596c7e3af9a904f;hpb=808def7036ddfaf6f0ec2f5ecce031fd46ce40ef;ds=sidebyside diff --git a/io_u.c b/io_u.c index 88b2b9f3..f27cddac 100644 --- 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; } }