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:
ad01b1c
)
[PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecs
author
Jens Axboe
<axboe@suse.de>
Tue, 25 Jul 2006 13:05:21 +0000
(15:05 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 25 Jul 2006 13:05:21 +0000
(15:05 +0200)
The CIC_SEEKY() test really wants to use the minimum of either:
- 2 msecs (not jiffies)
- or, the pending slice time
So code it like that.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found