From: Jens Axboe Date: Wed, 7 Feb 2007 12:51:22 +0000 (+0100) Subject: [PATCH] aio example should use O_DIRECT IO X-Git-Tag: fio-1.12~127 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d8cc4733da33d408e72897a5eb8cbb199a636cc7;hp=4d9345ae968ca92ace3dab06c25a9b73159cb329 [PATCH] aio example should use O_DIRECT IO Otherwise it isn't async. Since fio defaults to buffered IO now, we need to correct this example. Signed-off-by: Jens Axboe --- diff --git a/examples/aio-read b/examples/aio-read index 7300c334..173a4e1f 100644 --- a/examples/aio-read +++ b/examples/aio-read @@ -1,6 +1,7 @@ ; Read 4 files with aio at different depths [global] ioengine=libaio +buffered=0 rw=randread bs=128k size=512m