Commit f8b799e
md: remove unused static md_wq workqueue
[ Upstream commit e4979f4 ]
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: b75197e ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 3f1e290 commit f8b799e
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
10345 | 10344 | | |
10346 | 10345 | | |
10347 | 10346 | | |
10348 | | - | |
10349 | | - | |
10350 | | - | |
10351 | | - | |
10352 | 10347 | | |
10353 | 10348 | | |
10354 | 10349 | | |
| |||
10373 | 10368 | | |
10374 | 10369 | | |
10375 | 10370 | | |
10376 | | - | |
10377 | | - | |
10378 | 10371 | | |
10379 | 10372 | | |
10380 | 10373 | | |
| |||
10683 | 10676 | | |
10684 | 10677 | | |
10685 | 10678 | | |
10686 | | - | |
10687 | 10679 | | |
10688 | 10680 | | |
10689 | 10681 | | |
| |||
0 commit comments