commit | 4711b57317f0ff5ca9fbd5e2df6c73b2c07ddc53 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Nov 27 17:07:17 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 28 06:29:23 2018 -0700 |
tree | f3e23d67110eaff30ca87ccdaa90c1c89672729e | |
parent | a11f6ca9aef989b56cd31ff4ee2af4fb31a172ec [diff] |
blk-mq: fix failure to decrement plug count on single rq removal If we yank a 'same_queue_rq' request off the plug list, we should also decrement the cached request count. Fixes: 5f0ed774ed29 ("block: sum requests in the plug structure") Signed-off-by: Jens Axboe <axboe@kernel.dk>