From: NeilBrown Date: Mon, 26 Jun 2006 07:27:55 +0000 (-0700) Subject: [PATCH] md: Fix bug that stops raid5 resync from happening X-Git-Tag: v2.6.18-rc1~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3285edf152cefff482f95ceb90b1bd46ac169df1;p=pandora-kernel.git [PATCH] md: Fix bug that stops raid5 resync from happening As data_disks is *less* than raid_disks, the current test here is obviously wrong. And as the difference is already available in conf->max_degraded, it makes much more sense to use that. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed