Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5590
b: refs/heads/master
c: d7ed538
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Aug 2, 2005
1 parent 18e8485 commit e1599e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7c80c9f77b0e8a59a19506fd3caf323408a5166
refs/heads/master: d7ed538a02c219119adb20f1dccbf0f8015e53f3
1 change: 1 addition & 0 deletions trunk/drivers/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ static struct request *cfq_next_request(request_queue_t *q)
*/
if (!cfq_crq_in_driver(crq) &&
!cfq_cfqq_idle_window(cfqq) &&
!blk_barrier_rq(rq) &&
cfqd->rq_in_driver >= cfqd->cfq_max_depth)
return NULL;

Expand Down

0 comments on commit e1599e7

Please sign in to comment.