Re: [RFC PATCH] ata: libata-scsi: Move long delayed work on system_dfl_long_wq

From: Niklas Cassel

Date: Wed May 13 2026 - 03:45:40 EST


On Thu, 30 Apr 2026 11:29:47 +0200, Marco Crivellari wrote:
> Currently the code enqueue work items using {queue|mod}_delayed_work(),
> using system_long_wq. This workqueue should be used when long works are
> expected, but it is a per-cpu workqueue.
>
> This is important because queue_delayed_work() queue the work using:
>
> queue_delayed_work_on(WORK_CPU_UNBOUND, ...);
>
> [...]

Applied to libata/linux.git (for-7.2), thanks!

[1/1] ata: libata-scsi: Move long delayed work on system_dfl_long_wq
https://git.kernel.org/libata/linux/c/79b6e4dd

Kind regards,
Niklas