[PATCH] Implement file syncing as data direction
authorJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 12:41:26 +0000 (14:41 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 12:41:26 +0000 (14:41 +0200)
Instead of defining a seperate ->sync() operation for the io engine,
reuse the io_u infrastructure for committing and reaping sync
events as well. It's a nice cleanup as well.

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

No differences found