Catch NULL td->o.ioengine
authorJens Axboe <axboe@kernel.dk>
Mon, 27 May 2013 07:50:31 +0000 (09:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 May 2013 07:50:31 +0000 (09:50 +0200)
commit6e5c4b8e46c95ca75e30e1110a0d24b2df9c47e9
tree3b0f8c5533a77ba4a30c1c9e2e44eb738aba834b
parent7b9013750b3923ec923924de118a9ccc5964b9ea
Catch NULL td->o.ioengine

This should not happen, except if there's a bug in the
option parsing (or profile, see commit 774a99b5). But
lets be cautious and catch it instead of seg faulting.

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