From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prarit Bhargava Subject: [PATCH 1/2] Fix RAID5 components Date: Fri, 28 Jul 2006 10:01:50 -0400 Message-ID: <20060728140150.9149.72072.sendpatchset@prarit.boston.redhat.com> References: <20060728140145.9149.43458.sendpatchset@prarit.boston.redhat.com> Return-path: In-Reply-To: <20060728140145.9149.43458.sendpatchset@prarit.boston.redhat.com> Sender: linux-ia64-owner@vger.kernel.org To: linux-ia64@vger.kernel.org, linux-scsi@vger.kernel.org Cc: Prarit Bhargava List-Id: linux-scsi@vger.kernel.org Patch to fix export issue with RAID5 + IA64. -adds new MD_RAID5_IA64 option (default to "y") that builds IA64 RAID5 components. This patch should be committed by the MD maintainers. Signed-off-by: Prarit Bhargava diff -urNp linux-2.6.17.ia64.orig/drivers/md/Kconfig linux-2.6.17.ia64/drivers/md/Kconfig --- linux-2.6.17.ia64.orig/drivers/md/Kconfig 2006-07-27 09:20:03.000000000 -0400 +++ linux-2.6.17.ia64/drivers/md/Kconfig 2006-07-27 14:55:15.000000000 -0400 @@ -135,6 +135,13 @@ config MD_RAID456 If unsure, say Y. +config MD_RAID5_IA64 + bool "RAID 5 support for IA64" + depends on MD_RAID456 && IA64 + default y + ---help--- + Say "Y" if you plan on using RAID5 in IA64 + config MD_RAID5_RESHAPE bool "Support adding drives to a raid-5 array (experimental)" depends on MD_RAID456 && EXPERIMENTAL