]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit163e1080d65afb910c2bbdb4b8db7f5a6c9c1339
tree07440216f8f1b94429eee8f79469e0b800505251
parentbb3539d1f33e3632d7f67984e3727887a254f26d
[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