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)
commitf7c9bfd57232c6e11623d741be340d32f796c726
tree126b76f48ef6869d05e19438662d7a0329e07bf9
parente6fe02651641fc64d2fa4fcfe9b1013b2947d11b
backend: don't complain about no IO done for create_only=1

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>
backend.c