[2.6.22 patch] kconfig help: recommend SLAB

2007-06-25 Thread Adrian Bunk
During "make oldconfig", the help text only said
  This option allows to select a slab allocator.

This patch adds an
  If unsure, choose SLAB.
which is the safe choice for users wanting to avoid regressions.

It also inckudes an indentation fix.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---
--- linux-2.6.22-rc6/init/Kconfig.old   2007-06-26 01:29:41.0 +0200
+++ linux-2.6.22-rc6/init/Kconfig   2007-06-26 01:30:07.0 +0200
@@ -556,7 +556,9 @@
prompt "Choose SLAB allocator"
default SLAB
help
-  This option allows to select a slab allocator.
+ This option allows to select a slab allocator.
+ 
+ If unsure, choose SLAB.
 
 config SLAB
bool "SLAB"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[2.6.22 patch] kconfig help: recommend SLAB

2007-06-25 Thread Adrian Bunk
During make oldconfig, the help text only said
  This option allows to select a slab allocator.

This patch adds an
  If unsure, choose SLAB.
which is the safe choice for users wanting to avoid regressions.

It also inckudes an indentation fix.

Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---
--- linux-2.6.22-rc6/init/Kconfig.old   2007-06-26 01:29:41.0 +0200
+++ linux-2.6.22-rc6/init/Kconfig   2007-06-26 01:30:07.0 +0200
@@ -556,7 +556,9 @@
prompt Choose SLAB allocator
default SLAB
help
-  This option allows to select a slab allocator.
+ This option allows to select a slab allocator.
+ 
+ If unsure, choose SLAB.
 
 config SLAB
bool SLAB

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/