]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
md/raid10: pull codes that wait for blocked dev into one function
authorXiao Ni <xni@redhat.com>
Thu, 29 Oct 2020 03:07:31 +0000 (16:07 +1300)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:49:21 +0000 (14:49 +0100)
commit5a26e01a691de1e240a82880d6663187d43c3d42
tree43f04f8189b3f964dbf990861cb159dd14b4d585
parent5d486ae84ee0decdea97236d7a052484c7d8f80d
md/raid10: pull codes that wait for blocked dev into one function

BugLink: https://bugs.launchpad.net/bugs/1896578
The following patch will reuse these logics, so pull the same codes into
one function.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
(cherry picked from commit f046f5d0d79cdb968f219ce249e497fd1accf484)
Signed-off-by: Matthew Ruffell <matthew.ruffell@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
Signed-off-by: Ian May <ian.may@canonical.com>
drivers/md/raid10.c