[BLOCK] Update read/write block io statistics at completion time
authorJens Axboe <axboe@suse.de>
Tue, 1 Nov 2005 07:35:42 +0000 (08:35 +0100)
committerJens 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