Message ID | 20241221093710.926309-4-yukuai1@huaweicloud.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | lib/sbitmap: fix shallow_depth tag allocation | expand |
diff --git a/block/elevator.h b/block/elevator.h index dbf357ef4fab..21a431873f48 100644 --- a/block/elevator.h +++ b/block/elevator.h @@ -29,6 +29,7 @@ struct elevator_mq_ops { int (*init_hctx)(struct blk_mq_hw_ctx *, unsigned int); void (*exit_hctx)(struct blk_mq_hw_ctx *, unsigned int); void (*depth_updated)(struct blk_mq_hw_ctx *); + int (*async_depth_updated)(struct request_queue *, unsigned int); bool (*allow_merge)(struct request_queue *, struct request *, struct bio *); bool (*bio_merge)(struct request_queue *, struct bio *, unsigned int);