backend: don't add to runtime for fake writes
authorJens Axboe <axboe@fb.com>
Tue, 9 Jun 2015 00:43:22 +0000 (18:43 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 9 Jun 2015 00:43:22 +0000 (18:43 -0600)
commitd5c8ea29023fccd33d577e3ca68f0254c1d87d6b
tree1953ee57db041f00c6dd45b10cf89a6050df831c
parentb44b9e45cf382dbfc2a7d18408b87a2e57316519
backend: don't add to runtime for fake writes

This fixes showing that fio did writes with --verify_only being set,
while in reality it just ended them before submitting to the device.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c