From 9e700a738f816bebb22333de97414b534c79c267 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 8 Oct 2010 15:06:33 +0200 Subject: [PATCH] Add missing file.h f->file_data change Signed-off-by: Jens Axboe --- file.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/file.h b/file.h index ebef6452..fa8c1d23 100644 --- 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; /* -- 2.25.1