Re: [PATCH RESEND 1/5] block/blk-rq-qos: add a new helper rq_qos_add_freezed()

From: Bart Van Assche

Date: Mon Nov 17 2025 - 18:32:41 EST


On 11/15/25 8:10 PM, Yu Kuai wrote:
queue should not be freezed under rq_qos_mutex, see example index
^^^^^ ^^^^^^^ ^^^^^^^^^^^^^
A queue frozen also

+int rq_qos_add_freezed(struct rq_qos *rqos, struct gendisk *disk,
+ enum rq_qos_id id, const struct rq_qos_ops *ops)
+{
In this patch and also in the following patches, please fix the name of
this function and change it into "rq_qos_add_frozen()".

Thanks,

Bart.