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:
e4313dd
)
[PATCH] cfq-iosched: use new io context counting mechanism
author
Jens Axboe
<axboe@suse.de>
Wed, 19 Jul 2006 03:07:12 +0000
(
05:07
+0200)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:29:37 +0000
(20:29 +0200)
It's ok if the read path is a lot more costly, as long as inc/dec is
really cheap. The inc/dec will happen for each created/freed io context,
while the reading only happens when a disk queue exits.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found