From: NeilBrown Date: Mon, 26 Jun 2006 07:27:38 +0000 (-0700) Subject: [PATCH] md: merge raid5 and raid6 code X-Git-Tag: v2.6.18-rc1~644 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a53ecc35f2a80dc285be2e769768847d89ca37;p=pandora-kernel.git [PATCH] md: merge raid5 and raid6 code There is a lot of commonality between raid5.c and raid6main.c. This patches merges both into one module called raid456. This saves a lot of code, and paves the way for online raid5->raid6 migrations. There is still duplication, e.g. between handle_stripe5 and handle_stripe6. This will probably be cleaned up later. Cc: "H. Peter Anvin" Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed