Re: [PATCH 4/4] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static

From: Yu Kuai

Date: Tue Oct 14 2025 - 04:26:22 EST


Hi,

在 2025/10/14 16:15, Ming Lei 写道:
On Tue, Oct 14, 2025 at 10:21:49AM +0800, Yu Kuai wrote:
Because it's only used inside blk-mq-debugfs.c now.

If it is true, why do you export it in 2nd patch?

Patch 2 is a different helper,
- blk_mq_debugfs_register_rqos() is the old one to register one rqos;
- blk_mq_debugfs_regist_rq_qos() is the new one to iterate all rqos,
check and register if it's unregistered.

Thanks,
Kuai


Thanks,
Ming


.