Fix crash on loading unknown IO engine with --ioengine
authorJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:54:22 +0000 (13:54 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:54:22 +0000 (13:54 -0600)
commitf6ff24cb314bcbdc93175c9884ddb164f2a785d2
tree51540e00c59d9bdaa45dc05ea6e75d82d56e7c47
parentcbb1303c21eb43f59c4d2a4bf97a856eb8863773
Fix crash on loading unknown IO engine with --ioengine

We don't clean up properly for a command line job when this happens.

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