[PATCH] Fix segfault if ioengine isn't set
authorJens Axboe <jens.axboe@oracle.com>
Thu, 12 Oct 2006 05:55:41 +0000 (07:55 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 12 Oct 2006 05:55:41 +0000 (07:55 +0200)
commitdf64119de537aba99c85d1dc80190b354589f8b9
treef44153d500ebf03d7b785e90d359152dc1f426a0
parentea2877a4ab0fb047a503ba0d7a0fd5393d0fb099
[PATCH] Fix segfault if ioengine isn't set

Don't do it in the ioengine_cb callback, it needs to be done
unconditionally.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c