Grow file num_maps to unsigned long
authorJens Axboe <axboe@kernel.dk>
Wed, 1 Feb 2012 19:05:34 +0000 (20:05 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Feb 2012 19:05:34 +0000 (20:05 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
file.h

diff --git a/file.h b/file.h
index b3ff05148458e1a1d0d5a70e0c0fd874fa892b18..67ef24f109f32da44778745153861249f8490ccd 100644 (file)
--- a/file.h
+++ b/file.h
@@ -107,9 +107,9 @@ struct fio_file {
         * block map for random io
         */
        unsigned long *file_map;
-       unsigned int num_maps;
-       unsigned int last_free_lookup;
-       unsigned int failed_rands;
+       unsigned long num_maps;
+       unsigned long last_free_lookup;
+       unsigned failed_rands;
 
        int references;
        enum fio_file_flags flags;