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:
b70c864
)
cfq_idle_class_timer: add paranoid checks for jiffies overflow
author
Oleg Nesterov
<oleg@tv-sign.ru>
Wed, 7 Nov 2007 12:51:35 +0000
(13:51 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 7 Nov 2007 12:51:35 +0000
(13:51 +0100)
In theory, if the queue was idle long enough, cfq_idle_class_timer may have
a false (and very long) timeout because jiffies can wrap into the past wrt
->last_end_request.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found