[PATCH] Propagate down request sync flag
authorJens Axboe <jens.axboe@oracle.com>
Wed, 13 Dec 2006 12:02:26 +0000 (13:02 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 13 Dec 2006 12:02:26 +0000 (13:02 +0100)
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>
block/cfq-iosched.c
block/ll_rw_blk.c

Simple merge
Simple merge