cfq-iosched: use rw_is_sync() to see if rw flags are sync or not
authorJens Axboe <jens.axboe@oracle.com>
Wed, 8 Apr 2009 08:56:08 +0000 (10:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 15 Apr 2009 06:28:10 +0000 (08:28 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c

index a4809de..f36f8b4 100644 (file)
@@ -2062,7 +2062,7 @@ static int cfq_may_queue(struct request_queue *q, int rw)
        if (!cic)
                return ELV_MQUEUE_MAY;
 
-       cfqq = cic_to_cfqq(cic, rw & REQ_RW_SYNC);
+       cfqq = cic_to_cfqq(cic, rw_is_sync(rw));
        if (cfqq) {
                cfq_init_prio_data(cfqq, cic->ioc);
                cfq_prio_boost(cfqq);