file: move mmap related data to engines/mmap.c where it belongs
[fio.git] / file.h
diff --git a/file.h b/file.h
index bb303103048cd847e3918efc18c98efbda1950fb..bfb571b69b46d1c3495e09edaec92af2bd71d730 100644 (file)
--- a/file.h
+++ b/file.h
@@ -77,10 +77,6 @@ struct fio_file {
        unsigned int major, minor;
        int fileno;
 
-       void *mmap_ptr;
-       size_t mmap_sz;
-       off_t mmap_off;
-
        /*
         * size of the file, offset into file, and io size from that offset
         */