lkml.org 
[lkml]   [2007]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6.22 patch] kconfig help: recommend SLAB
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 <bunk@stusta.de>

---
--- linux-2.6.22-rc6/init/Kconfig.old 2007-06-26 01:29:41.000000000 +0200
+++ linux-2.6.22-rc6/init/Kconfig 2007-06-26 01:30:07.000000000 +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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-06-26 01:57    [W:0.027 / U:2.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site