]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid10: pull codes that wait for blocked dev into one function
authorXiao Ni <xni@redhat.com>
Tue, 25 Aug 2020 05:43:01 +0000 (13:43 +0800)
committerSong Liu <songliubraving@fb.com>
Thu, 24 Sep 2020 23:44:45 +0000 (16:44 -0700)
commitf1714a2c41694ebdeabc66a4c0d6cadd1934f2f6
tree06d93b364b8a8f3890d7b5c323651a1c994d99c3
parentedfcde7a239e0cefd5161802609e97b3139eca50
md/raid10: pull codes that wait for blocked dev into one function

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>
drivers/md/raid10.c