Really fix IOPS logging
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2012 07:20:26 +0000 (08:20 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2012 07:23:18 +0000 (08:23 +0100)
commit421f4a827c192e3e14bfe9973d79a2e4fa8d8792
tree75921fcf89a42fd1df48ce06007a09269a0744b6
parentc80540344b804094b84812d843c68e51ed947612
Really fix IOPS logging

Commit 9602d8df had a bug where it mistakenly stored
the bytes last seen when doing an IOPS log entry, instead
of the blocks last seen.

Reported-by: Bill Hooper <whooper@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c