git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30996f4
)
cfq-iosched: fix possible problem with jiffies wraparound
author
Corrado Zoccolo
<czoccolo@gmail.com>
Mon, 5 Oct 2009 06:49:23 +0000
(08:49 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 5 Oct 2009 09:03:55 +0000
(11:03 +0200)
The RR service tree is indexed by a key that is relative to current jiffies.
This can cause problems on jiffies wraparound.
The patch fixes it using time_before comparison, and changing
the add_front path to use a relative number, too.
Signed-off-by: Corrado Zoccolo <czoccolo@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found