commit | 87dc1ab1b4df7b977f60e3d43533a896e2ee665b | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 24 14:41:26 2006 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 24 14:41:26 2006 +0200 |
tree | 94f3d84d6364d34a11db6e2fcc4954d0e92bd276 | |
parent | dfd7bc2c24d3a4281982eaf4f83aa1aeb09424de [diff] |
[PATCH] Implement file syncing as data direction 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>