mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-18 01:48:55 +09:00
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>