]> git.baikalelectronics.ru Git - kernel.git/commit
md: fix the checking of wrong work queue
authorGuoqing Jiang <guoqing.jiang@cloud.ionos.com>
Thu, 8 Oct 2020 03:19:09 +0000 (05:19 +0200)
committerSong Liu <songliubraving@fb.com>
Fri, 9 Oct 2020 05:36:30 +0000 (22:36 -0700)
commit9a5dd9477764c759e0cc9ca47e1b2e3a61931e57
treea380377e1b0e73df10eff4b7163c4a1b64df1421
parentab5150f324f5dabefd9bfc36d1897d34da1ea2ea
md: fix the checking of wrong work queue

It should check md_rdev_misc_wq instead of md_misc_wq.

Fixes: 5cf616f60eae ("md: add new workqueue for delete rdev")
Cc: <stable@vger.kernel.org> # v5.8+
Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/md.c