Kill now unused lockfile_batch variable
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2013 12:23:14 +0000 (06:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2013 12:23:14 +0000 (06:23 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h

diff --git a/fio.h b/fio.h
index 67388ae81ecd86bb18cb382efc5663c87f64b7be..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;