aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 49065075d462..1c7484038829 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1815,7 +1815,7 @@ void blk_dequeue_request(struct request *rq)
1815 * the driver side. 1815 * the driver side.
1816 */ 1816 */
1817 if (blk_account_rq(rq)) 1817 if (blk_account_rq(rq))
1818 q->in_flight++; 1818 q->in_flight[rq_is_sync(rq)]++;
1819} 1819}
1820 1820
1821/** 1821/**