From: Jens Axboe Date: Fri, 8 Oct 2010 13:06:33 +0000 (+0200) Subject: Add missing file.h f->file_data change X-Git-Tag: fio-1.44.1~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9e700a738f816bebb22333de97414b534c79c267 Add missing file.h f->file_data change Signed-off-by: Jens Axboe --- 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; /*