Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29197
b: refs/heads/master
c: 35e6077
h: refs/heads/master
i:
  29195: dc4c0e9
v: v3
  • Loading branch information
Jens Axboe authored and Jens Axboe committed Jun 23, 2006
1 parent 09f48a3 commit eb48b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: b17fd9bceb99610f6dc7998c9a4ed6b71520be2b
refs/heads/master: 35e6077cb16f93517ba5a51ba849b186d2474d60
5 changes: 2 additions & 3 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,10 +1388,9 @@ static inline void changed_ioprio(struct cfq_io_context *cic)
}
}
cfqq = cic->cfqq[SYNC];
if (cfqq) {
if (cfqq)
cfq_mark_cfqq_prio_changed(cfqq);
cfq_init_prio_data(cfqq);
}

spin_unlock(cfqd->queue->queue_lock);
}
}
Expand Down

0 comments on commit eb48b0c

Please sign in to comment.