backend: don't complain about no IO done for create_only=1
authorJens Axboe <axboe@kernel.dk>
Fri, 6 Oct 2017 17:41:47 +0000 (11:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 6 Oct 2017 17:41:47 +0000 (11:41 -0600)
It's expected that we didn't actually run any IO, if the user
asked for just file creation.

Fixes: 48366f3a92cb ("Don't silently terminate td when no I/O performed due to error")
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found