]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd06dec40cedb0ee2b5bdfd4d1645ce374fe77f60
treefeb35d5c59cf4d22a14ee04d285c132429e88b06
parent3b2566e198ba1957b239bebef9cf50e810416496
[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