The following changes since commit b7f487cf80a8299a656df9c2214ff73e72956d71: Merge branch 'master' into gfio (2013-04-10 19:50:32 +0200) are available in the git repository at: git://git.kernel.dk/fio.git gfio Jens Axboe (1): init: kill unused mlock_size init.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) git checkout -b gfio origin/gfio --- Diff of recent changes: diff --git a/init.c b/init.c index 8c80298..634dda2 100644 --- a/init.c +++ b/init.c @@ -45,7 +45,6 @@ int exitall_on_terminate = 0; int output_format = FIO_OUTPUT_NORMAL; int eta_print = FIO_ETA_AUTO; int eta_new_line = 0; -unsigned long long mlock_size = 0; FILE *f_out = NULL; FILE *f_err = NULL; char **job_sections = NULL; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html