[PATCH] Fix sg ioengine
authorJens Axboe <jens.axboe@oracle.com>
Mon, 5 Feb 2007 09:52:10 +0000 (10:52 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 5 Feb 2007 09:52:10 +0000 (10:52 +0100)
commit7d6c5283afe6fb5187d2e2a330376ad65f472537
tree774e8db531155a50bbbeda93696dbc3b1ac795ec
parente8b8c9f1f406862e01cdfc0852a6d2ca9b308302
[PATCH] Fix sg ioengine

We need to do the ->init() call after having opened the file,
otherwise sg doesn't know what file type it is dealing with.

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