[PATCH] md: factor out part of raid10d into a separate function.
authorNeilBrown <neilb@suse.de>
Tue, 3 Oct 2006 08:15:45 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:17 +0000 (08:04 -0700)
commit6814d5368d68341ec6b5e4ecd10ea5947130775a
tree07440216f8f1b94429eee8f79469e0b800505251
parentb5c124af69119c1b5c1e728bd2e7b5b1fad9b7be
[PATCH] md: factor out part of raid10d into a separate function.

raid10d 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/raid10.c