]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "md/raid10: pull codes that wait for blocked dev into one function"
authorSong Liu <songliubraving@fb.com>
Wed, 9 Dec 2020 19:43:43 +0000 (11:43 -0800)
committerSong Liu <songliubraving@fb.com>
Thu, 10 Dec 2020 04:46:01 +0000 (20:46 -0800)
commit7625bc16256da9716f7ee740499baec21ca8526c
tree8426c100618b2f1eb017b1d96f6c66122b9e1f4f
parent1ea8944d9b0173935edd34369dd2420701d61f90
Revert "md/raid10: pull codes that wait for blocked dev into one function"

This reverts commit 2497a2ee1780fc7c670aeb7c9aacd98fcd87d79c.

Matthew Ruffell reported data corruption in raid10 due to the changes
in discard handling [1]. Revert these changes before we find a proper fix.

[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907262/
Cc: Matthew Ruffell <matthew.ruffell@canonical.com>
Cc: Xiao Ni <xni@redhat.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/raid10.c