Add details of file number/size related options to HOWTO
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 69bec4bf4bcf83d57d1edf40e63c0a34f912bd02..46d97319fc174512fc4ca353486144c57097db31 100644 (file)
--- 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)