diff options
author | NeilBrown <[email protected]> | 2008-03-04 14:29:35 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-03-04 16:35:18 -0800 |
commit | 1c830532f6b44d10a1743ccd00e990c6b83396f5 (patch) | |
tree | 506c8fef4d84f54e76b533756cff86c45bb61746 /net/unix/sysctl_net_unix.c | |
parent | 8ed3a19563b6c05b7625649b1769ddb063d53253 (diff) |
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" <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions