Pack io_u/fio_file
[fio.git] / file.h
diff --git a/file.h b/file.h
index f7a1eae14408240c6f92222b97b98fa5cd58a35e..fc473102ae3565276db1f6c3d8906f19a089915a 100644 (file)
--- a/file.h
+++ b/file.h
@@ -75,9 +75,9 @@ struct fio_file {
        /*
         * filename and possible memory mapping
         */
-       char *file_name;
        unsigned int major, minor;
        int fileno;
+       char *file_name;
 
        /*
         * size of the file, offset into file, and io size from that offset