Skip to content
Commit d72d904a authored by Jens Axboe's avatar Jens Axboe
Browse files

[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: default avatarJens Axboe <axboe@suse.de>
parent d83c671f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment