Kill now unused lockfile_batch variable
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index c42c4e1aa2f677e0d3544c9f27099312fa3064f6..4478eb6f658f7dc185d5ea0dbce3c06815dc26a0 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -135,7 +135,6 @@ struct thread_options {
        unsigned int nr_files;
        unsigned int open_files;
        enum file_lock_mode file_lock_mode;
-       unsigned int lockfile_batch;
 
        unsigned int odirect;
        unsigned int invalidate_cache;
@@ -359,6 +358,7 @@ struct thread_data {
        struct rusage ru_end;
 
        struct fio_file **files;
+       unsigned char *file_locks;
        unsigned int files_size;
        unsigned int files_index;
        unsigned int nr_open_files;