[PATCH] Change O_DIRECT vs buffered setup
authorJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 12:24:44 +0000 (13:24 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 12:24:44 +0000 (13:24 +0100)
commit76a43db448f9fd5e9f1397428a433466d98e0d5d
tree5396eb499eec9bb21af9ae0eba2a49f3b62ee757
parent03b74b3ec5268e731ed7fcaef31c8c0655acd530
[PATCH] Change O_DIRECT vs buffered setup

Change the default from O_DIRECT IO to normal buffered IO. That makes
more sense, as O_DIRECT is a special case and should be manually
enabled as such.

Do this by adding a option negate switch, so we don't need two sets
of parameters to control these options.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
init.c
parse.c
parse.h