Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155245
b: refs/heads/master
c: 32f2e80
h: refs/heads/master
i:
  155243: eddb7bf
v: v3
  • Loading branch information
Vivek Goyal authored and Jens Axboe committed Jul 10, 2009
1 parent d02d2f3 commit 885472b
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: ecb554a846f8e9d2a58f6d6c118168a63ac065aa
refs/heads/master: 32f2e807a3938b24d0831211e6094f9e44b2fc83
2 changes: 1 addition & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ cfq_set_request(struct request_queue *q, struct request *rq, gfp_t gfp_mask)
goto queue_fail;

cfqq = cic_to_cfqq(cic, is_sync);
if (!cfqq) {
if (!cfqq || cfqq == &cfqd->oom_cfqq) {
cfqq = cfq_get_queue(cfqd, is_sync, cic->ioc, gfp_mask);
cic_set_cfqq(cic, cfqq, is_sync);
}
Expand Down

0 comments on commit 885472b

Please sign in to comment.