2002-12-20 04:54:31

by Richard Russon

[permalink] [raw]
Subject: [PATCH] 2.4.20 fs/partitions/Config.in

Hi Marcelo,

You have already accepted the new LDM Driver into 2.4 (thanks :-)
but a little part of it got lost.

This patch removes the "experimental" tag and dependency.
(The new LDM Driver is not experimental).

Please can you apply this patch to 2.4.20.

Cheers,
FlatCap (Richard Russon)
[email protected]



diff -urN linux-2.4.20/fs/partitions/Config.in linux-2.4.20-ldm/fs/partitions/Config.in
--- linux-2.4.20/fs/partitions/Config.in 2002-11-29 00:13:16.000000000 +0000
+++ linux-2.4.20-ldm/fs/partitions/Config.in 2002-12-20 04:41:32.000000000 +0000
@@ -25,7 +25,7 @@
bool ' Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
bool ' Unixware slices support' CONFIG_UNIXWARE_DISKLABEL
fi
- dep_bool ' Windows Logical Disk Manager (Dynamic Disk) support (EXPERIMENTAL)' CONFIG_LDM_PARTITION $CONFIG_EXPERIMENTAL
+ bool ' Windows Logical Disk Manager (Dynamic Disk) support' CONFIG_LDM_PARTITION
if [ "$CONFIG_LDM_PARTITION" = "y" ]; then
bool ' Windows LDM extra logging' CONFIG_LDM_DEBUG
fi





2002-12-28 08:02:46

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: [PATCH] 2.4.20 fs/partitions/Config.in



On Fri, 20 Dec 2002, Richard Russon wrote:

> Hi Marcelo,
>
> You have already accepted the new LDM Driver into 2.4 (thanks :-)
> but a little part of it got lost.
>
> This patch removes the "experimental" tag and dependency.
> (The new LDM Driver is not experimental).

The experimental tag is just a safety measure.