[PATCH] md: Factor out part of raid1d into a separate function
authorNeilBrown <neilb@suse.de>
Tue, 3 Oct 2006 08:15:51 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:17 +0000 (08:04 -0700)
commit867868fb557eb2a2120b80779468fa372584ddb0
treefeb35d5c59cf4d22a14ee04d285c132429e88b06
parent2d2063ceae73660d5142f4754d50a75b655fd1f9
[PATCH] md: Factor out part of raid1d into a separate function

raid1d has toooo many nested block, so take the fix_read_error functionality
out into a separate function.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/raid1.c