| commit | 76a43db448f9fd5e9f1397428a433466d98e0d5d | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <jens.axboe@oracle.com> | Thu Jan 11 13:24:44 2007 +0100 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Thu Jan 11 13:24:44 2007 +0100 |
| tree | 5396eb499eec9bb21af9ae0eba2a49f3b62ee757 | |
| parent | 03b74b3ec5268e731ed7fcaef31c8c0655acd530 [diff] |
[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>