From: NeilBrown Date: Wed, 22 Jun 2005 00:17:25 +0000 (-0700) Subject: [PATCH] md: optimise reconstruction when re-adding a recently failed drive. X-Git-Tag: v2.6.13-rc1~68^2~582^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41158c7eb22312cfaa256744e1553bb4042ff085;p=pandora-kernel.git [PATCH] md: optimise reconstruction when re-adding a recently failed drive. When an array is degraded, bit in the intent-bitmap are never cleared. So if a recently failed drive is re-added, we only need to reconstruct the block that are still reflected in the bitmap. This patch adds support for this re-adding. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed