Add a more verbose/immediate warning if we fail open with O_DIRECT
authorJens Axboe <axboe@kernel.dk>
Mon, 11 Jun 2012 06:53:53 +0000 (08:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Jun 2012 06:53:53 +0000 (08:53 +0200)
If we get EINVAL with O_DIRECT open of the file, then that means
that the file system does not support direct IO. Warn as such
from fio.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found