X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=46d97319fc174512fc4ca353486144c57097db31;hp=69bec4bf4bcf83d57d1edf40e63c0a34f912bd02;hb=79591fa9555024aa9564656bbbb9d4c828a3e189;hpb=957c81b9d0d090162366dcf0bec308afb2400464 diff --git a/io_u.c b/io_u.c index 69bec4bf..46d97319 100644 --- a/io_u.c +++ b/io_u.c @@ -62,6 +62,7 @@ static uint64_t last_block(struct thread_data *td, struct fio_file *f, /* * Hmm, should we make sure that ->io_size <= ->real_file_size? + * -> not for now since there is code assuming it could go either. */ max_size = f->io_size; if (max_size > f->real_file_size)