Messages in this thread Patch in this message |  | | Date | Mon, 2 Oct 2000 15:26:39 +0200 | From | Christoph Hellwig <> | Subject | Re: 2.4.0-test9-pre8 |
| |
On Mon, Oct 02, 2000 at 08:01:14AM -0500, Jeff Garzik wrote: > > Christoph Hellwig sent me a better patch, with Cc: to Linus, so I hope this > > will be fixed in test9. > > *nudge* Here's hoping that one of you guys will post the patch, since > it's quite useful and I don't see it on lkml.... Otherwise it might be > Tuesday (test9-final) before everyone else gets the fix....
Sorry, I Cc'ed vger.rutgers.edu instead of vger.kernel.org again ...
Here's the patch with a little change suggested by Jan (bool vs tristate):
(edited in-place, take care ;))
--- drivers/md/Config.in~ Mon Oct 2 13:34:11 2000 +++ drivers/md/Config.in Mon Oct 2 13:35:44 2000 @@ -4,7 +4,9 @@ mainmenu_option next_comment comment 'Multi-device support (RAID and LVM)' -tristate 'Multiple devices driver support (RAID and LVM)' CONFIG_BLK_DEV_MD +bool 'Multiple devices driver support (RAID and LVM)' CONFIG_MD + +dep_tristate ' RAID support' CONFIG_BLK_DEV_MD $CONFIG_MD dep_tristate ' Linear (append) mode' CONFIG_MD_LINEAR $CONFIG_BLK_DEV_MD dep_tristate ' RAID-0 (striping) mode' CONFIG_MD_RAID0 $CONFIG_BLK_DEV_MD dep_tristate ' RAID-1 (mirroring) mode' CONFIG_MD_RAID1 $CONFIG_BLK_DEV_MD @@ -14,7 +16,7 @@ bool ' Auto Detect support' CONFIG_AUTODETECT_RAID fi -dep_tristate 'Logical volume manager (LVM) support' CONFIG_BLK_DEV_LVM $CONFIG_BLK_DEV_MD +dep_tristate ' Logical volume manager (LVM) support' CONFIG_BLK_DEV_LVM $CONFIG_MD dep_mbool ' LVM information in proc filesystem' CONFIG_LVM_PROC_FS $CONFIG_BLK_DEV_LVM endmenu
Christoph
-- Always remember that you are unique. Just like everyone else. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |