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:
d83c671
)
[BLOCK] Update read/write block io statistics at completion time
author
Jens Axboe
<axboe@suse.de>
Tue, 1 Nov 2005 07:35:42 +0000
(08:35 +0100)
committer
Jens Axboe
<axboe@suse.de>
Tue, 1 Nov 2005 07:35:42 +0000
(08:35 +0100)
Right now we do it at queueing time, which works alright for reads
(since they are usually sync), but not for async writes since we can
queue io a lot faster than we can complete it. This makes the vmstat
output look extremely bursty.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found