[PATCH] aio example should use O_DIRECT IO
authorJens Axboe <jens.axboe@oracle.com>
Wed, 7 Feb 2007 12:51:22 +0000 (13:51 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 Feb 2007 12:51:22 +0000 (13:51 +0100)
commitd8cc4733da33d408e72897a5eb8cbb199a636cc7
tree7dbbc61c33149f374bfb632dc6390d6ac61bffe9
parent4d9345ae968ca92ace3dab06c25a9b73159cb329
[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 <jens.axboe@oracle.com>
examples/aio-read