Add missing file.h f->file_data change
authorJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 13:06:33 +0000 (15:06 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 13:06:33 +0000 (15:06 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
file.h

diff --git a/file.h b/file.h
index ebef6452d5d82b448faee05b7ef9da0be8e7ec16..fa8c1d236c498da467a5ea716642d66ec56abef3 100644 (file)
--- a/file.h
+++ b/file.h
@@ -47,10 +47,7 @@ struct fio_file {
        struct flist_head hash_list;
        enum fio_filetype filetype;
 
-       /*
-        * A file may not be a file descriptor, let the io engine decide
-        */
-       unsigned long file_data;
+       void *file_data;
        int fd;
 
        /*