X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=975d2424b2c377c39b331865df7bf8e1c5060a4b;hp=6567e10a5be2c65c00d73f7415952b3e7d0f6065;hb=999d245e8d1fe81de55ffaac7bc1bd282c447ba9;hpb=205a719eda8bce43609c151cbe812437aa6552de;ds=sidebyside diff --git a/io_u.c b/io_u.c index 6567e10a..975d2424 100644 --- a/io_u.c +++ b/io_u.c @@ -1895,8 +1895,10 @@ void fill_io_buffer(struct thread_data *td, void *buf, unsigned int min_write, } while (left); } else if (o->buffer_pattern_bytes) fill_buffer_pattern(td, buf, max_bs); - else + else if (o->zero_buffers) memset(buf, 0, max_bs); + else + fill_random_buf(get_buf_state(td), buf, max_bs); } /*