Re: [PATCH] md: remove unused static md_wq workqueue
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
在 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<[email protected]>
> ---
> drivers/md/md.c | 8 --------
> 1 file changed, 8 deletions(-)
Applied to md-7.1
--
Thansk,
Kuai