Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143325
b: refs/heads/master
c: b0b78f8
h: refs/heads/master
i:
  143323: 205330d
v: v3
  • Loading branch information
Jens Axboe committed Apr 15, 2009
1 parent e1e2d95 commit c26a134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48e70bc18ac81881dedd3aa327c55b924fc41ecf
refs/heads/master: b0b78f81a5a3bfe9442fcc3a9c13e298a742556a
2 changes: 1 addition & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c26a134

Please sign in to comment.