Fix typo, restore unintended HOWTO deletion
authorVincent Fu <Vincent.Fu@sandisk.com>
Sun, 19 Jun 2016 03:09:39 +0000 (23:09 -0400)
committerJens Axboe <axboe@fb.com>
Mon, 15 Aug 2016 15:44:52 +0000 (09:44 -0600)
HOWTO
stat.c

diff --git a/HOWTO b/HOWTO
index 5daaef032ceebb3bf5f2d0fc3bc7807258237fb3..6c674b27d549a28242d0dc77c5b1e5b2d6a1a06a 100644 (file)
--- 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.
 
                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.
 
 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 3e7ff7568ee40f11e9adbc9c04ad88af54746aaa..765c2b20249b8588d438e357c33f5165e02b2666 100644 (file)
--- 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;
        if (ts->ss) {
                struct json_array *cache;
                struct steadystate_data *ss = ts->ss;