From: Jens Axboe Date: Thu, 21 Mar 2013 12:23:14 +0000 (-0600) Subject: Kill now unused lockfile_batch variable X-Git-Tag: fio-2.0.15~20 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=28b9b51a346dede84c8baee6ed96a328e97d1796 Kill now unused lockfile_batch variable Signed-off-by: Jens Axboe --- 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;