diff options
author | NeilBrown <neilb@suse.de> | 2008-03-04 23:29:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-03-05 01:35:18 +0100 |
commit | 1c830532f6b44d10a1743ccd00e990c6b83396f5 (patch) | |
tree | 506c8fef4d84f54e76b533756cff86c45bb61746 /mm/hugetlb.c | |
parent | md: don't attempt read-balancing for raid10 'far' layouts (diff) | |
download | linux-1c830532f6b44d10a1743ccd00e990c6b83396f5.tar.xz linux-1c830532f6b44d10a1743ccd00e990c6b83396f5.zip |
md: fix possible raid1/raid10 deadlock on read error during resync
Thanks to K.Tanaka and the scsi fault injection framework, here is a fix for
another possible deadlock in raid1/raid10 error handing.
If a read request returns an error while a resync is happening and a resync
request is pending, the attempt to fix the error will block until the resync
progresses, and the resync will block until the read request completes. Thus
a deadlock.
This patch fixes the problem.
Cc: "K.Tanaka" <k-tanaka@ce.jp.nec.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions