Re: [PATCH] md: remove unused static md_wq workqueue

From: Yu Kuai

Date: Tue Apr 07 2026 - 01:28:51 EST


在 2026/3/29 3:35, Abd-Alrhman Masalkhi 写道:

> 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: b75197e86e6d3 ("md: Remove flush handling")
> Signed-off-by: Abd-Alrhman Masalkhi<abd.masalkhi@xxxxxxxxx>
> ---
> drivers/md/md.c | 8 --------
> 1 file changed, 8 deletions(-)
Applied to md-7.1

--
Thansk,
Kuai