From: NeilBrown Date: Tue, 3 Oct 2006 08:15:47 +0000 (-0700) Subject: [PATCH] md: remove the working_disks and failed_disks from raid5 state data. X-Git-Tag: v2.6.19-rc1~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c2de8cc835885bdff51a8bfd6c0b659b969f50;p=pandora-kernel.git [PATCH] md: remove the working_disks and failed_disks from raid5 state data. They are not needed. conf->failed_disks is the same as mddev->degraded and conf->working_disks is conf->raid_disks - mddev->degraded. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed