From: Jens Axboe Date: Wed, 29 Apr 2009 07:52:10 +0000 (+0200) Subject: 'V' is a running state, not an idle state. Correct HOWTO. X-Git-Tag: fio-1.26.2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=fc6bd43c62196441607e6c36ec66bd0e16f9e4ef;hp=eb7ccf38bf2e9208b593d021c50e9ad2ec0781ea 'V' is a running state, not an idle state. Correct HOWTO. Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 15f576d2..f4f596a4 100644 --- a/HOWTO +++ b/HOWTO @@ -935,7 +935,7 @@ I Thread initialized, waiting. M Running, doing mixed sequential reads/writes. m Running, doing mixed random reads/writes. F Running, currently waiting for fsync() -V Running, doing verification of written data. + V Running, doing verification of written data. E Thread exited, not reaped by main thread yet. _ Thread reaped.