| commit | 7749a8d423c483a51983b666613acda1a4dd9c1b | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <jens.axboe@oracle.com> | Wed Dec 13 13:02:26 2006 +0100 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Wed Dec 13 13:02:26 2006 +0100 |
| tree | 5a2a20640cca9ca519324b7933005f6fd9c4a6a5 | |
| parent | 445722f97a0ecd3aed3f53d9f0dcaacaef8c6223 [diff] |
[PATCH] Propagate down request sync flag We need to do this, otherwise the io schedulers don't get access to the sync flag. Then they cannot tell the difference between a regular write and an O_DIRECT write, which can cause a performance loss. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>