X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=block%2Fblk-mq.h;h=a2cdbae474d41301560499d86f5711290746bfdd;hb=2fb965cc7b46832a2ea083375a02389e93d013c4;hp=6c7c3ff5bf627d3e36a8e1bf1feca66ff00ac74d;hpb=968edbd93c0cbb40ab48aca972392d377713a0c3;p=mirror_ubuntu-bionic-kernel.git diff --git a/block/blk-mq.h b/block/blk-mq.h index 6c7c3ff5bf62..a2cdbae474d4 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h @@ -137,7 +137,9 @@ static inline bool blk_mq_hw_queue_mapped(struct blk_mq_hw_ctx *hctx) } void blk_mq_in_flight(struct request_queue *q, struct hd_struct *part, - unsigned int inflight[2]); + unsigned int inflight[2]); +void blk_mq_in_flight_rw(struct request_queue *q, struct hd_struct *part, + unsigned int inflight[2]); static inline void blk_mq_put_dispatch_budget(struct blk_mq_hw_ctx *hctx) {