The following changes since commit 92bf48d530ab09bae4058df711c4723c73da51b9: Streamline pattern/meta verifies instead of special casing them (2011-01-14 21:20:42 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Clean io_u->buf_filled_len in io_u_fill_buffer() io_u.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/io_u.c b/io_u.c index 8cc348a..185bba0 100644 --- a/io_u.c +++ b/io_u.c @@ -1374,6 +1374,8 @@ void io_u_queued(struct thread_data *td, struct io_u *io_u) void io_u_fill_buffer(struct thread_data *td, struct io_u *io_u, unsigned int max_bs) { + io_u->buf_filled_len = 0; + if (!td->o.zero_buffers) fill_random_buf(io_u->buf, max_bs); else -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html