Fix clat latency terse output
authorKeplar kramer <kkramer@fusionio.com>
Wed, 19 Oct 2011 19:31:27 +0000 (21:31 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Oct 2011 19:36:34 +0000 (21:36 +0200)
commit2341a37a2df4bca221d5ea25aa7d8a8307407d1a
tree0d257c3d46336b015bcb87a8cabc60a7c241b8ae
parent61d2407131bc52eb80a0cebc8b974c197034b402
Fix clat latency terse output

The fio HOWTO shows Completion latency percentiles as coming after
Completion latency stats and before total latency stats.

Completion latency percentiles are actually after total latency stats
and before BW stats.

Patch moves completion percentiles to before total latency stats.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c