From: Andrew Morton Date: Thu, 22 Jan 2004 00:15:18 +0000 (-0800) Subject: [PATCH] document RAID-6 support in mdadm-1.5.0 X-Git-Tag: v2.6.2-rc2~23^2~5 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=f27f09c36ef9b1d5654434234548f159e6ee493c;p=history.git [PATCH] document RAID-6 support in mdadm-1.5.0 From: "H. Peter Anvin" This is purely a doc patch saying RAID-6 support is available in mdadm-1.5.0 and the patch is no longer necessary. --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 17ca7a4ef355..d98ae8760659 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -124,12 +124,7 @@ config MD_RAID6 RAID-5, RAID-6 distributes the syndromes across the drives in one of the available parity distribution methods. - RAID-6 currently requires a specially patched version of - mdadm; the patch is available at: - - ftp://ftp.kernel.org/pub/linux/kernel/people/hpa/ - - ... and the mdadm source code at ... + RAID-6 requires mdadm-1.5.0 or later, available at: ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/ @@ -137,7 +132,6 @@ config MD_RAID6 this code as a module, choose M here: the module will be called raid6. - If unsure, say N. config MD_MULTIPATH