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

block: include discard requests in IO accounting



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: default avatarJens Axboe <jens.axboe@oracle.com>
parent c2553b58
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