On Tue, 23 Oct 2012 13:02:14 -0700 Kees Cook wrote: > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, remove it. > > CC: Neil Brown > Signed-off-by: Kees Cook > --- > drivers/md/Kconfig | 25 ++++++++++++------------- > 1 file changed, 12 insertions(+), 13 deletions(-) > > diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig > index 91a02ee..f583e96 100644 > --- a/drivers/md/Kconfig > +++ b/drivers/md/Kconfig > @@ -155,10 +155,9 @@ config MD_RAID456 > If unsure, say Y. > > config MULTICORE_RAID456 > - bool "RAID-4/RAID-5/RAID-6 Multicore processing (EXPERIMENTAL)" > + bool "RAID-4/RAID-5/RAID-6 Multicore processing" > depends on MD_RAID456 > depends on SMP > - depends on EXPERIMENTAL > ---help--- > Enable the raid456 module to dispatch per-stripe raid operations to a > thread pool. I'm happy to remove the "depends on EXPERIMENTAL". I'm not so happy to remove the "(EXPERIMENTAL)" text. That code really shouldn't be used in production - just for experiments. Thanks, NeilBrown