From 28b9b51a346dede84c8baee6ed96a328e97d1796 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 21 Mar 2013 06:23:14 -0600 Subject: [PATCH] Kill now unused lockfile_batch variable Signed-off-by: Jens Axboe --- fio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fio.h b/fio.h index 67388ae8..4478eb6f 100644 --- 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; -- 2.25.1