Skip to content
Commit f6f953aa authored by Arne Redlich's avatar Arne Redlich Committed by Linus Torvalds
Browse files

md: handle writes to broken raid10 arrays gracefully



When writing to a broken array, raid10 currently happily emits empty bio
lists.  IOW, the master bio will never be completed, sending writers to
UNINTERRUPTIBLE_SLEEP forever.

Signed-off-by: default avatarArne Redlich <agr@powerkom-dd.de>
Acked-by: default avatarNeil Brown <neilb@suse.de>
Cc: <stable@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 14e71344
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment