From: Jens Axboe Date: Sat, 1 Mar 2008 17:58:08 +0000 (+0100) Subject: Missed fio.h update for filehash, oops X-Git-Tag: fio-1.20-rc1~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=392a374205d9e90fe4b4b6419fefa493f0a5ccc2;p=fio.git Missed fio.h update for filehash, oops Signed-off-by: Jens Axboe --- diff --git a/fio.h b/fio.h index 6b8ffe29..fe1a227d 100644 --- a/fio.h +++ b/fio.h @@ -274,6 +274,7 @@ enum fio_file_flags { FIO_FILE_EXTEND = 1 << 2, /* needs extend */ FIO_FILE_DONE = 1 << 3, /* io completed to this file */ FIO_SIZE_KNOWN = 1 << 4, /* size has been set */ + FIO_FILE_HASHED = 1 << 5, /* file is on hash */ }; /* @@ -281,6 +282,7 @@ enum fio_file_flags { * this structure holds state information for a single file. */ struct fio_file { + struct list_head hash_list; enum fio_filetype filetype; /*