block: include discard requests in IO accounting
authorJens Axboe <jens.axboe@oracle.com>
Fri, 24 Apr 2009 06:12:19 +0000 (08:12 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 28 Apr 2009 05:37:37 +0000 (07:37 +0200)
We currently don't do merging on discard requests, but we potentially
could. If we do, then we need to include discard requests in the IO
accounting, or merging would end up decrementing in_flight IO counters
for an IO which never incremented them.

So enable accounting for discard requests.

Problem found by Nikanth Karthikesan <knikanth@suse.de>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk.h

diff --cc block/blk.h
Simple merge