From: Jens Axboe Date: Tue, 24 Oct 2006 12:41:26 +0000 (+0200) Subject: [PATCH] Implement file syncing as data direction X-Git-Tag: fio-1.8~48 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=87dc1ab1b4df7b977f60e3d43533a896e2ee665b;hp=87dc1ab1b4df7b977f60e3d43533a896e2ee665b [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 ---