[PATCH 3 of 3] slob: correct Kconfig description

From: Matt Mackall
Date: Thu Jan 17 2008 - 12:58:53 EST


Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx>

diff -r eff994add207 -r db1f4e74c5ab init/Kconfig
--- a/init/Kconfig Wed Jan 16 18:14:29 2008 -0600
+++ b/init/Kconfig Wed Jan 16 18:14:29 2008 -0600
@@ -648,11 +648,9 @@
depends on EMBEDDED
bool "SLOB (Simple Allocator)"
help
- SLOB replaces the SLAB allocator with a drastically simpler
- allocator. SLOB is more space efficient than SLAB but does not
- scale well (single lock for all operations) and is also highly
- susceptible to fragmentation. SLUB can accomplish a higher object
- density. It is usually better to use SLUB instead of SLOB.
+ SLOB replaces the stock allocator with a drastically simpler
+ allocator. SLOB is generally more space efficient but
+ does not perform as well on large systems.

endchoice

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