On Wed, Jul 02, 2025 at 06:33:58PM +0200, Daniel Wagner wrote:
>  const struct cpumask *blk_mq_possible_queue_affinity(void)
>  {
> +     if (housekeeping_enabled(HK_TYPE_IO_QUEUE))
> +             return housekeeping_cpumask(HK_TYPE_IO_QUEUE);
> +
>       return cpu_possible_mask;
>  }

I'm no expert on the housekeeping stuff, but why isn't the
housekeeping_enabled check done in housekeeping_cpumask directly so
that the drivers could use housekeeping_cpumask without a blk-mq
wrapper?


Reply via email to