From 3ce3881b7a301a0f00f199dbead4fa1bef38973a Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Sat, 18 Jun 2016 23:09:39 -0400 Subject: [PATCH] Fix typo, restore unintended HOWTO deletion --- HOWTO | 3 +++ stat.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HOWTO b/HOWTO index 5daaef03..6c674b27 100644 --- a/HOWTO +++ b/HOWTO @@ -1256,6 +1256,9 @@ ss_ramp=time Allow the job to run for the specified duration before beginning data collection for checking the steady state job termination criterion. The default is 0. +invalidate=bool Invalidate the buffer/page cache parts for this file prior + to starting io. Defaults to true. + sync=bool Use sync io for buffered writes. For the majority of the io engines, this means using O_SYNC. diff --git a/stat.c b/stat.c index 3e7ff756..765c2b20 100644 --- a/stat.c +++ b/stat.c @@ -1255,7 +1255,7 @@ static struct json_object *show_thread_status_json(struct thread_stat *ts, } } - /* s}teady state detection; move this behind json+? */ + /* steady state detection; move this behind json+? */ if (ts->ss) { struct json_array *cache; struct steadystate_data *ss = ts->ss; -- 2.25.1