From: Jens Axboe Date: Tue, 1 Nov 2005 07:35:42 +0000 (+0100) Subject: [BLOCK] Update read/write block io statistics at completion time X-Git-Tag: v2.6.15-rc1~18^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72d904a5367ad4ca3f2c9a2ce8c3a68f0b28bf0;p=pandora-kernel.git [BLOCK] Update read/write block io statistics at completion time 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 --- Reading git-diff-tree failed