From: NeilBrown Date: Fri, 26 Jan 2007 08:57:01 +0000 (-0800) Subject: [PATCH] md: make 'repair' actually work for raid1 X-Git-Tag: v2.6.20-rc7~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eda22d19b76b15ef3420b251bd47a0ba0127589;p=pandora-kernel.git [PATCH] md: make 'repair' actually work for raid1 When 'repair' finds a block that is different one the various parts of the mirror. it is meant to write a chosen good version to the others. However it currently writes out the original data to each. The memcpy to make all the data the same is missing. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed