Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21113
b: refs/heads/master
c: b0a6916
h: refs/heads/master
i:
  21111: 411fe00
v: v3
  • Loading branch information
Al Viro committed Mar 18, 2006
1 parent 6fb9559 commit 2d5cbb1
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: c981ff9f893b9ab229a809f8ad287ae43fc17a64
refs/heads/master: b0a6916bcc48f46996d54b8451591a2f2b7b2f64
2 changes: 1 addition & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ __cfq_find_cfq_hash(struct cfq_data *cfqd, unsigned int key, unsigned int prio,

hlist_for_each_safe(entry, next, hash_list) {
struct cfq_queue *__cfqq = list_entry_qhash(entry);
const unsigned short __p = IOPRIO_PRIO_VALUE(__cfqq->ioprio_class, __cfqq->ioprio);
const unsigned short __p = IOPRIO_PRIO_VALUE(__cfqq->org_ioprio_class, __cfqq->org_ioprio);

if (__cfqq->key == key && (__p == prio || prio == CFQ_KEY_ANY))
return __cfqq;
Expand Down

0 comments on commit 2d5cbb1

Please sign in to comment.