Files
linux/drivers
Abd-Alrhman Masalkhi e4979f4fac md: remove unused static md_wq workqueue
The md_wq workqueue is defined as static and initialized in md_init(),
but it is not used anywhere within md.c.

All asynchronous and deferred work in this file is handled via
md_misc_wq or dedicated md threads.

Fixes: b75197e86e ("md: Remove flush handling")
Signed-off-by: Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
Link: https://lore.kernel.org/linux-raid/20260328193522.3624-1-abd.masalkhi@gmail.com/
Signed-off-by: Yu Kuai <yukuai@fnnas.com>
2026-04-07 13:09:21 +08:00
..
2026-03-05 18:46:43 +01:00
2026-03-31 08:33:28 -06:00
2026-01-07 21:17:43 +01:00
2026-03-09 14:30:00 -06:00