Error out gracefully if we don't find the replay device for log replay
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Nov 2013 18:13:12 +0000 (11:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Nov 2013 18:13:12 +0000 (11:13 -0700)
It would segfault before because no files got added to replay
against. Handle this more gracefully and ensure that fio exits
with a non-zero exit status.

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

No differences found