prune_io_piece_log() also needs to take list into account
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 7551ef608cee23020108a5dedf508f65a440bf76..86020d96ae17bc6e1271a2ab6225d4e4f9c007d1 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -271,9 +271,8 @@ enum fio_file_flags {
        FIO_FILE_CLOSING        = 1 << 1,       /* file being closed */
        FIO_FILE_EXISTS         = 1 << 2,       /* file there */
        FIO_FILE_EXTEND         = 1 << 3,       /* needs extend */
-       FIO_FILE_NOSORT         = 1 << 4,       /* don't sort verify blocks */
-       FIO_FILE_DONE           = 1 << 5,       /* io completed to this file */
-       FIO_SIZE_KNOWN          = 1 << 6,       /* size has been set */
+       FIO_FILE_DONE           = 1 << 4,       /* io completed to this file */
+       FIO_SIZE_KNOWN          = 1 << 5,       /* size has been set */
 };
 
 /*