The following changes since commit e28dd2cfa734e26163532d24f1e06708cad659a6:

  Fix for verify_only (do_dry_run()) broken by 74d6277f (2015-02-06 09:11:11 
-0700)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 10adc4a71b10e504d904bfc1db2d705342aa3851:

  verify: Fix latency log for verify commands. (2015-02-09 08:18:03 -0700)

----------------------------------------------------------------
Gwendal Grignou (1):
      verify: Fix latency log for verify commands.

 backend.c |    2 ++
 1 file changed, 2 insertions(+)

---

Diff of recent changes:

diff --git a/backend.c b/backend.c
index 7ec8d2a..0f6e425 100644
--- a/backend.c
+++ b/backend.c
@@ -565,6 +565,8 @@ static void do_verify(struct thread_data *td, uint64_t 
verify_bytes)
                        io_u->end_io = verify_io_u;
 
                ddir = io_u->ddir;
+               if (!td->o.disable_slat)
+                       fio_gettime(&io_u->start_time, NULL);
 
                ret = td_io_queue(td, io_u);
                switch (ret) {
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to